Shades of Kelly Green #64BD13
Tints of Kelly Green #64BD13
RGB
CMYK
RGB Variations
Color information
#64BD13 (or 0x64BD13) is known color: Kelly Green. HEX triplet: 64, BD and 13. RGB value is (100,189,19). Sum of RGB (Red+Green+Blue) = 100+189+19=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD13 is #9B42EC. Grayscale: #8F8F8F. Windows color (decimal): -10175213 or 1293668. OLE color: 1293668.
HSL color Cylindrical-coordinate representation of color #64BD13: hue angle of 91.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64BD13 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 19 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.26 |
| HSL | 91.41º | 0.82% | 0.41% | - |
| HSV(B) | 91.41º | 0.9% | 0.74% | - |
| XYZ | 23.57 | 39.15 | 6.93 | - |
| YUV | 143.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 19 | 0.47 | 0 | 0.90 | 0.26 | 91.41 | 0.82 | 0.41 |
| Hex | 64 | BD | 13 | 2F | 0 | 5A | 1A | 5B | 52 | 29 |
| Octal | 144 | 275 | 23 | 57 | 0 | 132 | 32 | 133 | 122 | 51 |
| Binary | 1100100 | 10111101 | 10011 | 101111 | 0 | 1011010 | 11010 | 1011011 | 1010010 | 101001 |
Color Harmonies of #64BD13
Complementary color
Monochromatic Colors of #64BD13
Black with #64BD13
Text Example
Text Example
White with #64BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD13; }
p { color: rgb(100,189,19); }
H1.HeaderClassName
{
color: #64BD13;
}
.AnyTagClassName
{
color: #64BD13;
}
</style>
background-color css
<style>
a { background-color: #64BD13; }
a { background-color: rgb(100,189,19); }
div.DivClassName
{
background-color: #64BD13;
}
.BgClassName
{
background-color: #64BD13;
}
</style>
border-color css
<style>
span { border-color: #64BD13; }
span { border-color: rgb(100,189,19); }
td.TdClassName
{
border-color: #64BD13;
}
.TagClassName
{
border-color: #64BD13;
}
</style>