#60D14B

Color #60D14B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #60D14B

Tints of Apple #60D14B

Color information

#60D14B (or 0x60D14B) is unknown color: approx Apple. HEX triplet: 60, D1 and 4B. RGB value is (96,209,75). Sum of RGB (Red+Green+Blue) = 96+209+75=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #60D14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D14B is #9F2EB4. Grayscale: #A0A0A0. Windows color (decimal): -10432181 or 4968800. OLE color: 4968800.

HSL color Cylindrical-coordinate representation of color #60D14B: hue angle of 110.6º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60D14B is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB9620975-
CMYK0.5400.640.18
HSL110.6º59.29%55.69%-
HSV(B)110.6º64.11%81.96%-
XYZ28.8948.614.51-
YUV159.9480.0682.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 209 (82.03% from 255) = 55%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=25.26%
G=55%
B=19.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96209750.5400.640.18110.659.2955.69
Hex60D14B36040126f3b38
Octal140321113660100221577370
Binary110000011010001100101111011001000000100101101111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D14B; }

 p { color: rgb(96,209,75); }

 H1.HeaderClassName
 {
   color: #60D14B;
 }
 .AnyTagClassName
 {
   color: #60D14B;
 }
</style>
background-color css

<style>
 a { background-color: #60D14B; }

 a { background-color: rgb(96,209,75); }

 div.DivClassName
 {
   background-color: #60D14B;
 }
 .BgClassName
 {
   background-color: #60D14B;
 }
</style>
border-color css

<style>
 span { border-color: #60D14B; }

 span { border-color: rgb(96,209,75); }

 td.TdClassName
 {
   border-color: #60D14B;
 }
 .TagClassName
 {
   border-color: #60D14B;
 }
</style>