#66DE33

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

Shades of Apple #66DE33

Tints of Apple #66DE33

Color information

#66DE33 (or 0x66DE33) is unknown color: approx Apple. HEX triplet: 66, DE and 33. RGB value is (102,222,51). Sum of RGB (Red+Green+Blue) = 102+222+51=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE33 is #9921CC. Grayscale: #A7A7A7. Windows color (decimal): -10035661 or 3399270. OLE color: 3399270.

HSL color Cylindrical-coordinate representation of color #66DE33: hue angle of 102.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66DE33 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB10222251-
CMYK0.5400.770.13
HSL102.11º72.15%53.53%-
HSV(B)102.11º77.03%87.06%-
XYZ32.255.3112.11-
YUV166.6362.7481.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 222 (87.11% from 255) = 59.2%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=27.2%
G=59.2%
B=13.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102222510.5400.770.13102.1172.1553.53
Hex66DE333604DD664836
Octal146336636601151514611066
Binary11001101101111011001111011001001101110111001101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,51); }

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

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

 a { background-color: rgb(102,222,51); }

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

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

 span { border-color: rgb(102,222,51); }

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