#66C94D

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

Shades of Apple #66C94D

Tints of Apple #66C94D

Color information

#66C94D (or 0x66C94D) is unknown color: approx Apple. HEX triplet: 66, C9 and 4D. RGB value is (102,201,77). Sum of RGB (Red+Green+Blue) = 102+201+77=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #66C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C94D is #9936B2. Grayscale: #9D9D9D. Windows color (decimal): -10041011 or 5097830. OLE color: 5097830.

HSL color Cylindrical-coordinate representation of color #66C94D: hue angle of 107.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66C94D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB10220177-
CMYK0.4900.620.21
HSL107.9º53.45%54.51%-
HSV(B)107.9º61.69%78.82%-
XYZ27.7145.1314.27-
YUV157.2682.788.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 201 (78.91% from 255) = 52.89%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=26.84%
G=52.89%
B=20.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102201770.4900.620.21107.953.4554.51
Hex66C94D3103E156c3537
Octal14631111561076251546567
Binary11001101100100110011011100010111110101011101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C94D; }

 p { color: rgb(102,201,77); }

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

<style>
 a { background-color: #66C94D; }

 a { background-color: rgb(102,201,77); }

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

<style>
 span { border-color: #66C94D; }

 span { border-color: rgb(102,201,77); }

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