Shades of Kelly Green #61BB0F
Tints of Kelly Green #61BB0F
RGB
CMYK
RGB Variations
Color information
#61BB0F (or 0x61BB0F) is known color: Kelly Green. HEX triplet: 61, BB and 0F. RGB value is (97,187,15). Sum of RGB (Red+Green+Blue) = 97+187+15=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BB0F is #9E44F0. Grayscale: #8D8D8D. Windows color (decimal): -10372337 or 1031009. OLE color: 1031009.
HSL color Cylindrical-coordinate representation of color #61BB0F: hue angle of 91.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61BB0F is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 15 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.27 |
| HSL | 91.4º | 0.85% | 0.4% | - |
| HSV(B) | 91.4º | 0.92% | 0.73% | - |
| XYZ | 22.79 | 38.12 | 6.61 | - |
| YUV | 140.48 | 57.18 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 15 | 0.48 | 0 | 0.92 | 0.27 | 91.4 | 0.85 | 0.4 |
| Hex | 61 | BB | F | 30 | 0 | 5C | 1B | 5B | 55 | 28 |
| Octal | 141 | 273 | 17 | 60 | 0 | 134 | 33 | 133 | 125 | 50 |
| Binary | 1100001 | 10111011 | 1111 | 110000 | 0 | 1011100 | 11011 | 1011011 | 1010101 | 101000 |
Color Harmonies of #61BB0F
Complementary color
Monochromatic Colors of #61BB0F
Black with #61BB0F
Text Example
Text Example
White with #61BB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB0F; }
p { color: rgb(97,187,15); }
H1.HeaderClassName
{
color: #61BB0F;
}
.AnyTagClassName
{
color: #61BB0F;
}
</style>
background-color css
<style>
a { background-color: #61BB0F; }
a { background-color: rgb(97,187,15); }
div.DivClassName
{
background-color: #61BB0F;
}
.BgClassName
{
background-color: #61BB0F;
}
</style>
border-color css
<style>
span { border-color: #61BB0F; }
span { border-color: rgb(97,187,15); }
td.TdClassName
{
border-color: #61BB0F;
}
.TagClassName
{
border-color: #61BB0F;
}
</style>