Shades of Kelly Green #61BF0E
Tints of Kelly Green #61BF0E
RGB
CMYK
RGB Variations
Color information
#61BF0E (or 0x61BF0E) is known color: Kelly Green. HEX triplet: 61, BF and 0E. RGB value is (97,191,14). Sum of RGB (Red+Green+Blue) = 97+191+14=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BF0E is #9E40F1. Grayscale: #8F8F8F. Windows color (decimal): -10371314 or 966497. OLE color: 966497.
HSL color Cylindrical-coordinate representation of color #61BF0E: hue angle of 91.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61BF0E is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 191 | 14 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.25 |
| HSL | 91.86º | 0.86% | 0.4% | - |
| HSV(B) | 91.86º | 0.93% | 0.75% | - |
| XYZ | 23.64 | 39.83 | 6.86 | - |
| YUV | 142.72 | 55.36 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 14 | 0.49 | 0 | 0.93 | 0.25 | 91.86 | 0.86 | 0.4 |
| Hex | 61 | BF | E | 31 | 0 | 5D | 19 | 5C | 56 | 28 |
| Octal | 141 | 277 | 16 | 61 | 0 | 135 | 31 | 134 | 126 | 50 |
| Binary | 1100001 | 10111111 | 1110 | 110001 | 0 | 1011101 | 11001 | 1011100 | 1010110 | 101000 |
Color Harmonies of #61BF0E
Complementary color
Monochromatic Colors of #61BF0E
Black with #61BF0E
Text Example
Text Example
White with #61BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BF0E; }
p { color: rgb(97,191,14); }
H1.HeaderClassName
{
color: #61BF0E;
}
.AnyTagClassName
{
color: #61BF0E;
}
</style>
background-color css
<style>
a { background-color: #61BF0E; }
a { background-color: rgb(97,191,14); }
div.DivClassName
{
background-color: #61BF0E;
}
.BgClassName
{
background-color: #61BF0E;
}
</style>
border-color css
<style>
span { border-color: #61BF0E; }
span { border-color: rgb(97,191,14); }
td.TdClassName
{
border-color: #61BF0E;
}
.TagClassName
{
border-color: #61BF0E;
}
</style>