#66D042

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

Shades of Apple #66D042

Tints of Apple #66D042

Color information

#66D042 (or 0x66D042) is unknown color: approx Apple. HEX triplet: 66, D0 and 42. RGB value is (102,208,66). Sum of RGB (Red+Green+Blue) = 102+208+66=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #66D042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D042 is #992FBD. Grayscale: #A0A0A0. Windows color (decimal): -10039230 or 4378726. OLE color: 4378726.

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

Color convert

RGB10220866-
CMYK0.5100.680.18
HSL104.79º60.17%53.73%-
HSV(B)104.79º68.27%81.57%-
XYZ29.0248.3312.95-
YUV160.1274.8886.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 208 (81.64% from 255) = 55.32%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=27.13%
G=55.32%
B=17.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102208660.5100.680.18104.7960.1753.73
Hex66D0423304412693c36
Octal146320102630104221517466
Binary110011011010000100001011001101000100100101101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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