#66DD33

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

Shades of Apple #66DD33

Tints of Apple #66DD33

Color information

#66DD33 (or 0x66DD33) is unknown color: approx Apple. HEX triplet: 66, DD and 33. RGB value is (102,221,51). Sum of RGB (Red+Green+Blue) = 102+221+51=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD33 is #9922CC. Grayscale: #A6A6A6. Windows color (decimal): -10035917 or 3399014. OLE color: 3399014.

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

Color convert

RGB10222151-
CMYK0.5400.770.13
HSL102º71.43%53.33%-
HSV(B)102º76.92%86.67%-
XYZ31.9354.7812.02-
YUV166.0463.0882.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 221 (86.72% from 255) = 59.09%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=27.27%
G=59.09%
B=13.64%

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
Decimal102221510.5400.770.1310271.4353.33
Hex66DD333604DD664735
Octal146335636601151514610765
Binary11001101101110111001111011001001101110111001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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