#60D94C

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

Shades of Apple #60D94C

Tints of Apple #60D94C

Color information

#60D94C (or 0x60D94C) is unknown color: approx Apple. HEX triplet: 60, D9 and 4C. RGB value is (96,217,76). Sum of RGB (Red+Green+Blue) = 96+217+76=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #60D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D94C is #9F26B3. Grayscale: #A5A5A5. Windows color (decimal): -10430132 or 5036384. OLE color: 5036384.

HSL color Cylindrical-coordinate representation of color #60D94C: hue angle of 111.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60D94C is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB9621776-
CMYK0.5600.650.15
HSL111.49º64.98%57.45%-
HSV(B)111.49º64.98%85.1%-
XYZ30.9452.6315.37-
YUV164.7577.9178.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 217 (85.16% from 255) = 55.78%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=24.68%
G=55.78%
B=19.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96217760.5600.650.15111.4964.9857.45
Hex60D94C38041F6f4139
Octal1403311147001011715710171
Binary110000011011001100110011100001000001111111011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,217,76); }

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

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

 a { background-color: rgb(96,217,76); }

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

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

 span { border-color: rgb(96,217,76); }

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