Shades of Kelly Green #61B900
Tints of Kelly Green #61B900
RGB
CMYK
RGB Variations
Color information
#61B900 (or 0x61B900) is known color: Kelly Green. HEX triplet: 61, B9 and 00. RGB value is (97,185,0). Sum of RGB (Red+Green+Blue) = 97+185+0=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #61B900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61B900 is #9E46FF. Grayscale: #8A8A8A. Windows color (decimal): -10372864 or 47457. OLE color: 47457.
HSL color Cylindrical-coordinate representation of color #61B900: hue angle of 88.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61B900 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 185 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.27 |
| HSL | 88.54º | 1% | 0.36% | - |
| HSV(B) | 88.54º | 1% | 0.73% | - |
| XYZ | 22.28 | 37.24 | 6.01 | - |
| YUV | 137.6 | 50.35 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 185 | 0 | 0.48 | 0 | 1 | 0.27 | 88.54 | 1 | 0.36 |
| Hex | 61 | B9 | 0 | 30 | 0 | 64 | 1B | 59 | 64 | 24 |
| Octal | 141 | 271 | 0 | 60 | 0 | 144 | 33 | 131 | 144 | 44 |
| Binary | 1100001 | 10111001 | 0 | 110000 | 0 | 1100100 | 11011 | 1011001 | 1100100 | 100100 |
Color Harmonies of #61B900
Complementary color
Monochromatic Colors of #61B900
Black with #61B900
Text Example
Text Example
White with #61B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B900; }
p { color: rgb(97,185,0); }
H1.HeaderClassName
{
color: #61B900;
}
.AnyTagClassName
{
color: #61B900;
}
</style>
background-color css
<style>
a { background-color: #61B900; }
a { background-color: rgb(97,185,0); }
div.DivClassName
{
background-color: #61B900;
}
.BgClassName
{
background-color: #61B900;
}
</style>
border-color css
<style>
span { border-color: #61B900; }
span { border-color: rgb(97,185,0); }
td.TdClassName
{
border-color: #61B900;
}
.TagClassName
{
border-color: #61B900;
}
</style>