Shades of Kelly Green #65BF20
Tints of Kelly Green #65BF20
RGB
CMYK
RGB Variations
Color information
#65BF20 (or 0x65BF20) is known color: Kelly Green. HEX triplet: 65, BF and 20. RGB value is (101,191,32). Sum of RGB (Red+Green+Blue) = 101+191+32=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF20 is #9A40DF. Grayscale: #929292. Windows color (decimal): -10109152 or 2146149. OLE color: 2146149.
HSL color Cylindrical-coordinate representation of color #65BF20: hue angle of 93.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65BF20 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 191 | 32 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.25 |
| HSL | 93.96º | 0.71% | 0.44% | - |
| HSV(B) | 93.96º | 0.83% | 0.75% | - |
| XYZ | 24.26 | 40.13 | 7.83 | - |
| YUV | 145.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 32 | 0.47 | 0 | 0.83 | 0.25 | 93.96 | 0.71 | 0.44 |
| Hex | 65 | BF | 20 | 2F | 0 | 53 | 19 | 5E | 47 | 2C |
| Octal | 145 | 277 | 40 | 57 | 0 | 123 | 31 | 136 | 107 | 54 |
| Binary | 1100101 | 10111111 | 100000 | 101111 | 0 | 1010011 | 11001 | 1011110 | 1000111 | 101100 |
Color Harmonies of #65BF20
Complementary color
Monochromatic Colors of #65BF20
Black with #65BF20
Text Example
Text Example
White with #65BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BF20; }
p { color: rgb(101,191,32); }
H1.HeaderClassName
{
color: #65BF20;
}
.AnyTagClassName
{
color: #65BF20;
}
</style>
background-color css
<style>
a { background-color: #65BF20; }
a { background-color: rgb(101,191,32); }
div.DivClassName
{
background-color: #65BF20;
}
.BgClassName
{
background-color: #65BF20;
}
</style>
border-color css
<style>
span { border-color: #65BF20; }
span { border-color: rgb(101,191,32); }
td.TdClassName
{
border-color: #65BF20;
}
.TagClassName
{
border-color: #65BF20;
}
</style>