Shades of Kelly Green #64C319
Tints of Kelly Green #64C319
RGB
CMYK
RGB Variations
Color information
#64C319 (or 0x64C319) is known color: Kelly Green. HEX triplet: 64, C3 and 19. RGB value is (100,195,25). Sum of RGB (Red+Green+Blue) = 100+195+25=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #64C319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C319 is #9B3CE6. Grayscale: #939393. Windows color (decimal): -10173671 or 1688420. OLE color: 1688420.
HSL color Cylindrical-coordinate representation of color #64C319: hue angle of 93.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64C319 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 25 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.24 |
| HSL | 93.53º | 0.77% | 0.43% | - |
| HSV(B) | 93.53º | 0.87% | 0.76% | - |
| XYZ | 24.95 | 41.81 | 7.67 | - |
| YUV | 147.22 | 59.03 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 25 | 0.49 | 0 | 0.87 | 0.24 | 93.53 | 0.77 | 0.43 |
| Hex | 64 | C3 | 19 | 31 | 0 | 57 | 18 | 5E | 4D | 2B |
| Octal | 144 | 303 | 31 | 61 | 0 | 127 | 30 | 136 | 115 | 53 |
| Binary | 1100100 | 11000011 | 11001 | 110001 | 0 | 1010111 | 11000 | 1011110 | 1001101 | 101011 |
Color Harmonies of #64C319
Complementary color
Monochromatic Colors of #64C319
Black with #64C319
Text Example
Text Example
White with #64C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C319; }
p { color: rgb(100,195,25); }
H1.HeaderClassName
{
color: #64C319;
}
.AnyTagClassName
{
color: #64C319;
}
</style>
background-color css
<style>
a { background-color: #64C319; }
a { background-color: rgb(100,195,25); }
div.DivClassName
{
background-color: #64C319;
}
.BgClassName
{
background-color: #64C319;
}
</style>
border-color css
<style>
span { border-color: #64C319; }
span { border-color: rgb(100,195,25); }
td.TdClassName
{
border-color: #64C319;
}
.TagClassName
{
border-color: #64C319;
}
</style>