#64D815

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

Shades of Kelly Green #64D815

Tints of Kelly Green #64D815

Color information

#64D815 (or 0x64D815) is unknown color: approx Kelly Green. HEX triplet: 64, D8 and 15. RGB value is (100,216,21). Sum of RGB (Red+Green+Blue) = 100+216+21=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #64D815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D815 is #9B27EA. Grayscale: #9F9F9F. Windows color (decimal): -10168299 or 1431652. OLE color: 1431652.

HSL color Cylindrical-coordinate representation of color #64D815: hue angle of 95.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64D815 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB10021621-
CMYK0.5400.900.15
HSL95.69º82.28%46.47%-
HSV(B)95.69º90.28%84.71%-
XYZ29.9551.889.14-
YUV159.0950.0785.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 216 (84.77% from 255) = 64.09%
BLUE value IS 21 (8.59% from 255) = 6.23%
R=29.67%
G=64.09%
B=6.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100216210.5400.900.1595.6982.2846.47
Hex64D8153605AF60522e
Octal144330256601321714012256
Binary1100100110110001010111011001011010111111000001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,216,21); }

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

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

 a { background-color: rgb(100,216,21); }

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

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

 span { border-color: rgb(100,216,21); }

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