#66DD24

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

Shades of Kelly Green #66DD24

Tints of Kelly Green #66DD24

Color information

#66DD24 (or 0x66DD24) is unknown color: approx Kelly Green. HEX triplet: 66, DD and 24. RGB value is (102,221,36). Sum of RGB (Red+Green+Blue) = 102+221+36=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD24 is #9922DB. Grayscale: #A4A4A4. Windows color (decimal): -10035932 or 2415974. OLE color: 2415974.

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

Color convert

RGB10222136-
CMYK0.5400.840.13
HSL98.59º73.12%50.39%-
HSV(B)98.59º83.71%86.67%-
XYZ31.6554.6710.55-
YUV164.3355.5883.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 221 (86.72% from 255) = 61.56%
BLUE value IS 36 (14.45% from 255) = 10.03%
R=28.41%
G=61.56%
B=10.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221360.5400.840.1398.5973.1250.39
Hex66DD2436054D634932
Octal146335446601241514311162
Binary11001101101110110010011011001010100110111000111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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