#64D015

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

Shades of Kelly Green #64D015

Tints of Kelly Green #64D015

Color information

#64D015 (or 0x64D015) is unknown color: approx Kelly Green. HEX triplet: 64, D0 and 15. RGB value is (100,208,21). Sum of RGB (Red+Green+Blue) = 100+208+21=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #64D015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D015 is #9B2FEA. Grayscale: #9B9B9B. Windows color (decimal): -10170347 or 1429604. OLE color: 1429604.

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

Color convert

RGB10020821-
CMYK0.5200.900.18
HSL94.65º81.66%44.9%-
HSV(B)94.65º89.9%81.57%-
XYZ27.9547.888.48-
YUV154.3952.7289.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 208 (81.64% from 255) = 63.22%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=30.40%
G=63.22%
B=6.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100208210.5200.900.1894.6581.6644.9
Hex64D0153405A125f522d
Octal144320256401322213712255
Binary11001001101000010101110100010110101001010111111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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