#64DD26

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

Shades of Kelly Green #64DD26

Tints of Kelly Green #64DD26

Color information

#64DD26 (or 0x64DD26) is unknown color: approx Kelly Green. HEX triplet: 64, DD and 26. RGB value is (100,221,38). Sum of RGB (Red+Green+Blue) = 100+221+38=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD26 is #9B22D9. Grayscale: #A4A4A4. Windows color (decimal): -10167002 or 2547044. OLE color: 2547044.

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

Color convert

RGB10022138-
CMYK0.5500.830.13
HSL99.67º72.91%50.78%-
HSV(B)99.67º82.81%86.67%-
XYZ31.4654.5610.71-
YUV163.9656.9182.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 221 (86.72% from 255) = 61.56%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=27.86%
G=61.56%
B=10.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100221380.5500.830.1399.6772.9150.78
Hex64DD2637053D644933
Octal144335466701231514411163
Binary11001001101110110011011011101010011110111001001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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