#64D516

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

Shades of Kelly Green #64D516

Tints of Kelly Green #64D516

Color information

#64D516 (or 0x64D516) is unknown color: approx Kelly Green. HEX triplet: 64, D5 and 16. RGB value is (100,213,22). Sum of RGB (Red+Green+Blue) = 100+213+22=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #64D516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D516 is #9B2AE9. Grayscale: #9E9E9E. Windows color (decimal): -10169066 or 1496420. OLE color: 1496420.

HSL color Cylindrical-coordinate representation of color #64D516: hue angle of 95.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64D516 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB10021322-
CMYK0.5300.900.16
HSL95.5º81.28%46.08%-
HSV(B)95.5º89.67%83.53%-
XYZ29.1950.368.94-
YUV157.4451.5687.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 213 (83.59% from 255) = 63.58%
BLUE value IS 22 (8.98% from 255) = 6.57%
R=29.85%
G=63.58%
B=6.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100213220.5300.900.1695.581.2846.08
Hex64D5163505A105f512e
Octal144325266501322013712156
Binary11001001101010110110110101010110101000010111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,22); }

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

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

 a { background-color: rgb(100,213,22); }

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

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

 span { border-color: rgb(100,213,22); }

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