Shades of Kelly Green #61BD16
Tints of Kelly Green #61BD16
RGB
CMYK
RGB Variations
Color information
#61BD16 (or 0x61BD16) is known color: Kelly Green. HEX triplet: 61, BD and 16. RGB value is (97,189,22). Sum of RGB (Red+Green+Blue) = 97+189+22=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BD16 is #9E42E9. Grayscale: #8F8F8F. Windows color (decimal): -10371818 or 1490273. OLE color: 1490273.
HSL color Cylindrical-coordinate representation of color #61BD16: hue angle of 93.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61BD16 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 22 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.26 |
| HSL | 93.05º | 0.79% | 0.41% | - |
| HSV(B) | 93.05º | 0.88% | 0.74% | - |
| XYZ | 23.27 | 38.99 | 7.06 | - |
| YUV | 142.45 | 60.02 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 22 | 0.49 | 0 | 0.88 | 0.26 | 93.05 | 0.79 | 0.41 |
| Hex | 61 | BD | 16 | 31 | 0 | 58 | 1A | 5D | 4F | 29 |
| Octal | 141 | 275 | 26 | 61 | 0 | 130 | 32 | 135 | 117 | 51 |
| Binary | 1100001 | 10111101 | 10110 | 110001 | 0 | 1011000 | 11010 | 1011101 | 1001111 | 101001 |
Color Harmonies of #61BD16
Complementary color
Monochromatic Colors of #61BD16
Black with #61BD16
Text Example
Text Example
White with #61BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD16; }
p { color: rgb(97,189,22); }
H1.HeaderClassName
{
color: #61BD16;
}
.AnyTagClassName
{
color: #61BD16;
}
</style>
background-color css
<style>
a { background-color: #61BD16; }
a { background-color: rgb(97,189,22); }
div.DivClassName
{
background-color: #61BD16;
}
.BgClassName
{
background-color: #61BD16;
}
</style>
border-color css
<style>
span { border-color: #61BD16; }
span { border-color: rgb(97,189,22); }
td.TdClassName
{
border-color: #61BD16;
}
.TagClassName
{
border-color: #61BD16;
}
</style>