#64DD21

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

Shades of Kelly Green #64DD21

Tints of Kelly Green #64DD21

Color information

#64DD21 (or 0x64DD21) is unknown color: approx Kelly Green. HEX triplet: 64, DD and 21. RGB value is (100,221,33). Sum of RGB (Red+Green+Blue) = 100+221+33=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD21 is #9B22DE. Grayscale: #A4A4A4. Windows color (decimal): -10167007 or 2219364. OLE color: 2219364.

HSL color Cylindrical-coordinate representation of color #64DD21: hue angle of 98.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64DD21 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB10022133-
CMYK0.5500.850.13
HSL98.62º74.02%49.8%-
HSV(B)98.62º85.07%86.67%-
XYZ31.3954.5310.31-
YUV163.3954.4182.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 221 (86.72% from 255) = 62.43%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=28.25%
G=62.43%
B=9.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100221330.5500.850.1398.6274.0249.8
Hex64DD2137055D634a32
Octal144335416701251514311262
Binary11001001101110110000111011101010101110111000111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64DD21; }

 p { color: rgb(100,221,33); }

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

<style>
 a { background-color: #64DD21; }

 a { background-color: rgb(100,221,33); }

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

<style>
 span { border-color: #64DD21; }

 span { border-color: rgb(100,221,33); }

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