#64D017

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

Shades of Kelly Green #64D017

Tints of Kelly Green #64D017

Color information

#64D017 (or 0x64D017) is unknown color: approx Kelly Green. HEX triplet: 64, D0 and 17. RGB value is (100,208,23). Sum of RGB (Red+Green+Blue) = 100+208+23=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #64D017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D017 is #9B2FE8. Grayscale: #9B9B9B. Windows color (decimal): -10170345 or 1560676. OLE color: 1560676.

HSL color Cylindrical-coordinate representation of color #64D017: hue angle of 95.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64D017 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB10020823-
CMYK0.5200.890.18
HSL95.03º80.09%45.29%-
HSV(B)95.03º88.94%81.57%-
XYZ27.9747.888.58-
YUV154.6253.7289.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 208 (81.64% from 255) = 62.84%
BLUE value IS 23 (9.38% from 255) = 6.95%
R=30.21%
G=62.84%
B=6.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100208230.5200.890.1895.0380.0945.29
Hex64D01734059125f502d
Octal144320276401312213712055
Binary11001001101000010111110100010110011001010111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,23); }

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

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

 a { background-color: rgb(100,208,23); }

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

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

 span { border-color: rgb(100,208,23); }

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