Shades of Kelly Green #61BA10
Tints of Kelly Green #61BA10
RGB
CMYK
RGB Variations
Color information
#61BA10 (or 0x61BA10) is known color: Kelly Green. HEX triplet: 61, BA and 10. RGB value is (97,186,16). Sum of RGB (Red+Green+Blue) = 97+186+16=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BA10 is #9E45EF. Grayscale: #8C8C8C. Windows color (decimal): -10372592 or 1096289. OLE color: 1096289.
HSL color Cylindrical-coordinate representation of color #61BA10: hue angle of 91.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61BA10 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 16 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.27 |
| HSL | 91.41º | 0.84% | 0.4% | - |
| HSV(B) | 91.41º | 0.91% | 0.73% | - |
| XYZ | 22.58 | 37.7 | 6.58 | - |
| YUV | 140.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 16 | 0.48 | 0 | 0.91 | 0.27 | 91.41 | 0.84 | 0.4 |
| Hex | 61 | BA | 10 | 30 | 0 | 5B | 1B | 5B | 54 | 28 |
| Octal | 141 | 272 | 20 | 60 | 0 | 133 | 33 | 133 | 124 | 50 |
| Binary | 1100001 | 10111010 | 10000 | 110000 | 0 | 1011011 | 11011 | 1011011 | 1010100 | 101000 |
Color Harmonies of #61BA10
Complementary color
Monochromatic Colors of #61BA10
Black with #61BA10
Text Example
Text Example
White with #61BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA10; }
p { color: rgb(97,186,16); }
H1.HeaderClassName
{
color: #61BA10;
}
.AnyTagClassName
{
color: #61BA10;
}
</style>
background-color css
<style>
a { background-color: #61BA10; }
a { background-color: rgb(97,186,16); }
div.DivClassName
{
background-color: #61BA10;
}
.BgClassName
{
background-color: #61BA10;
}
</style>
border-color css
<style>
span { border-color: #61BA10; }
span { border-color: rgb(97,186,16); }
td.TdClassName
{
border-color: #61BA10;
}
.TagClassName
{
border-color: #61BA10;
}
</style>