Shades of Kelly Green #61BA1F
Tints of Kelly Green #61BA1F
RGB
CMYK
RGB Variations
Color information
#61BA1F (or 0x61BA1F) is known color: Kelly Green. HEX triplet: 61, BA and 1F. RGB value is (97,186,31). Sum of RGB (Red+Green+Blue) = 97+186+31=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA1F is #9E45E0. Grayscale: #8E8E8E. Windows color (decimal): -10372577 or 2079329. OLE color: 2079329.
HSL color Cylindrical-coordinate representation of color #61BA1F: hue angle of 94.45º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61BA1F is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 31 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.27 |
| HSL | 94.45º | 0.71% | 0.43% | - |
| HSV(B) | 94.45º | 0.83% | 0.73% | - |
| XYZ | 22.74 | 37.76 | 7.39 | - |
| YUV | 141.72 | 65.51 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 31 | 0.48 | 0 | 0.83 | 0.27 | 94.45 | 0.71 | 0.43 |
| Hex | 61 | BA | 1F | 30 | 0 | 53 | 1B | 5E | 47 | 2B |
| Octal | 141 | 272 | 37 | 60 | 0 | 123 | 33 | 136 | 107 | 53 |
| Binary | 1100001 | 10111010 | 11111 | 110000 | 0 | 1010011 | 11011 | 1011110 | 1000111 | 101011 |
Color Harmonies of #61BA1F
Complementary color
Monochromatic Colors of #61BA1F
Black with #61BA1F
Text Example
Text Example
White with #61BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA1F; }
p { color: rgb(97,186,31); }
H1.HeaderClassName
{
color: #61BA1F;
}
.AnyTagClassName
{
color: #61BA1F;
}
</style>
background-color css
<style>
a { background-color: #61BA1F; }
a { background-color: rgb(97,186,31); }
div.DivClassName
{
background-color: #61BA1F;
}
.BgClassName
{
background-color: #61BA1F;
}
</style>
border-color css
<style>
span { border-color: #61BA1F; }
span { border-color: rgb(97,186,31); }
td.TdClassName
{
border-color: #61BA1F;
}
.TagClassName
{
border-color: #61BA1F;
}
</style>