Shades of Kelly Green #64BE13
Tints of Kelly Green #64BE13
RGB
CMYK
RGB Variations
Color information
#64BE13 (or 0x64BE13) is known color: Kelly Green. HEX triplet: 64, BE and 13. RGB value is (100,190,19). Sum of RGB (Red+Green+Blue) = 100+190+19=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE13 is #9B41EC. Grayscale: #909090. Windows color (decimal): -10174957 or 1293924. OLE color: 1293924.
HSL color Cylindrical-coordinate representation of color #64BE13: hue angle of 91.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64BE13 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 19 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.25 |
| HSL | 91.58º | 0.82% | 0.41% | - |
| HSV(B) | 91.58º | 0.9% | 0.75% | - |
| XYZ | 23.79 | 39.58 | 7 | - |
| YUV | 143.6 | 57.68 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 19 | 0.47 | 0 | 0.90 | 0.25 | 91.58 | 0.82 | 0.41 |
| Hex | 64 | BE | 13 | 2F | 0 | 5A | 19 | 5C | 52 | 29 |
| Octal | 144 | 276 | 23 | 57 | 0 | 132 | 31 | 134 | 122 | 51 |
| Binary | 1100100 | 10111110 | 10011 | 101111 | 0 | 1011010 | 11001 | 1011100 | 1010010 | 101001 |
Color Harmonies of #64BE13
Complementary color
Monochromatic Colors of #64BE13
Black with #64BE13
Text Example
Text Example
White with #64BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE13; }
p { color: rgb(100,190,19); }
H1.HeaderClassName
{
color: #64BE13;
}
.AnyTagClassName
{
color: #64BE13;
}
</style>
background-color css
<style>
a { background-color: #64BE13; }
a { background-color: rgb(100,190,19); }
div.DivClassName
{
background-color: #64BE13;
}
.BgClassName
{
background-color: #64BE13;
}
</style>
border-color css
<style>
span { border-color: #64BE13; }
span { border-color: rgb(100,190,19); }
td.TdClassName
{
border-color: #64BE13;
}
.TagClassName
{
border-color: #64BE13;
}
</style>