Shades of Kelly Green #64C30F
Tints of Kelly Green #64C30F
RGB
CMYK
RGB Variations
Color information
#64C30F (or 0x64C30F) is known color: Kelly Green. HEX triplet: 64, C3 and 0F. RGB value is (100,195,15). Sum of RGB (Red+Green+Blue) = 100+195+15=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #64C30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C30F is #9B3CF0. Grayscale: #929292. Windows color (decimal): -10173681 or 1033060. OLE color: 1033060.
HSL color Cylindrical-coordinate representation of color #64C30F: hue angle of 91.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64C30F is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 15 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.24 |
| HSL | 91.67º | 0.86% | 0.41% | - |
| HSV(B) | 91.67º | 0.92% | 0.76% | - |
| XYZ | 24.86 | 41.77 | 7.21 | - |
| YUV | 146.08 | 54.03 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 15 | 0.49 | 0 | 0.92 | 0.24 | 91.67 | 0.86 | 0.41 |
| Hex | 64 | C3 | F | 31 | 0 | 5C | 18 | 5C | 56 | 29 |
| Octal | 144 | 303 | 17 | 61 | 0 | 134 | 30 | 134 | 126 | 51 |
| Binary | 1100100 | 11000011 | 1111 | 110001 | 0 | 1011100 | 11000 | 1011100 | 1010110 | 101001 |
Color Harmonies of #64C30F
Complementary color
Monochromatic Colors of #64C30F
Black with #64C30F
Text Example
Text Example
White with #64C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C30F; }
p { color: rgb(100,195,15); }
H1.HeaderClassName
{
color: #64C30F;
}
.AnyTagClassName
{
color: #64C30F;
}
</style>
background-color css
<style>
a { background-color: #64C30F; }
a { background-color: rgb(100,195,15); }
div.DivClassName
{
background-color: #64C30F;
}
.BgClassName
{
background-color: #64C30F;
}
</style>
border-color css
<style>
span { border-color: #64C30F; }
span { border-color: rgb(100,195,15); }
td.TdClassName
{
border-color: #64C30F;
}
.TagClassName
{
border-color: #64C30F;
}
</style>