Shades of Kelly Green #64BE07
Tints of Kelly Green #64BE07
RGB
CMYK
RGB Variations
Color information
#64BE07 (or 0x64BE07) is known color: Kelly Green. HEX triplet: 64, BE and 07. RGB value is (100,190,7). Sum of RGB (Red+Green+Blue) = 100+190+7=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE07 is #9B41F8. Grayscale: #8E8E8E. Windows color (decimal): -10174969 or 507492. OLE color: 507492.
HSL color Cylindrical-coordinate representation of color #64BE07: hue angle of 89.51º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64BE07 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 7 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.25 |
| HSL | 89.51º | 0.93% | 0.39% | - |
| HSV(B) | 89.51º | 0.96% | 0.75% | - |
| XYZ | 23.71 | 39.55 | 6.59 | - |
| YUV | 142.23 | 51.68 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 7 | 0.47 | 0 | 0.96 | 0.25 | 89.51 | 0.93 | 0.39 |
| Hex | 64 | BE | 7 | 2F | 0 | 60 | 19 | 5A | 5D | 27 |
| Octal | 144 | 276 | 7 | 57 | 0 | 140 | 31 | 132 | 135 | 47 |
| Binary | 1100100 | 10111110 | 111 | 101111 | 0 | 1100000 | 11001 | 1011010 | 1011101 | 100111 |
Color Harmonies of #64BE07
Complementary color
Monochromatic Colors of #64BE07
Black with #64BE07
Text Example
Text Example
White with #64BE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE07; }
p { color: rgb(100,190,7); }
H1.HeaderClassName
{
color: #64BE07;
}
.AnyTagClassName
{
color: #64BE07;
}
</style>
background-color css
<style>
a { background-color: #64BE07; }
a { background-color: rgb(100,190,7); }
div.DivClassName
{
background-color: #64BE07;
}
.BgClassName
{
background-color: #64BE07;
}
</style>
border-color css
<style>
span { border-color: #64BE07; }
span { border-color: rgb(100,190,7); }
td.TdClassName
{
border-color: #64BE07;
}
.TagClassName
{
border-color: #64BE07;
}
</style>