#66D04E

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

Shades of Apple #66D04E

Tints of Apple #66D04E

Color information

#66D04E (or 0x66D04E) is unknown color: approx Apple. HEX triplet: 66, D0 and 4E. RGB value is (102,208,78). Sum of RGB (Red+Green+Blue) = 102+208+78=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #66D04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D04E is #992FB1. Grayscale: #A1A1A1. Windows color (decimal): -10039218 or 5165158. OLE color: 5165158.

HSL color Cylindrical-coordinate representation of color #66D04E: hue angle of 108.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D04E is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB10220878-
CMYK0.5100.620.18
HSL108.92º58.04%56.08%-
HSV(B)108.92º62.5%81.57%-
XYZ29.4148.4915.02-
YUV161.4980.8885.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 208 (81.64% from 255) = 53.61%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=26.29%
G=53.61%
B=20.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102208780.5100.620.18108.9258.0456.08
Hex66D04E3303E126d3a38
Octal14632011663076221557270
Binary11001101101000010011101100110111110100101101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,208,78); }

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

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

 a { background-color: rgb(102,208,78); }

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

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

 span { border-color: rgb(102,208,78); }

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