Shades of Kelly Green #61C502
Tints of Kelly Green #61C502
RGB
CMYK
RGB Variations
Color information
#61C502 (or 0x61C502) is known color: Kelly Green. HEX triplet: 61, C5 and 02. RGB value is (97,197,2). Sum of RGB (Red+Green+Blue) = 97+197+2=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #61C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C502 is #9E3AFD. Grayscale: #919191. Windows color (decimal): -10369790 or 181601. OLE color: 181601.
HSL color Cylindrical-coordinate representation of color #61C502: hue angle of 90.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61C502 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.23 |
| HSL | 90.77º | 0.98% | 0.39% | - |
| HSV(B) | 90.77º | 0.99% | 0.77% | - |
| XYZ | 24.91 | 42.48 | 6.94 | - |
| YUV | 144.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 2 | 0.51 | 0 | 0.99 | 0.23 | 90.77 | 0.98 | 0.39 |
| Hex | 61 | C5 | 2 | 33 | 0 | 63 | 17 | 5B | 62 | 27 |
| Octal | 141 | 305 | 2 | 63 | 0 | 143 | 27 | 133 | 142 | 47 |
| Binary | 1100001 | 11000101 | 10 | 110011 | 0 | 1100011 | 10111 | 1011011 | 1100010 | 100111 |
Color Harmonies of #61C502
Complementary color
Monochromatic Colors of #61C502
Black with #61C502
Text Example
Text Example
White with #61C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C502; }
p { color: rgb(97,197,2); }
H1.HeaderClassName
{
color: #61C502;
}
.AnyTagClassName
{
color: #61C502;
}
</style>
background-color css
<style>
a { background-color: #61C502; }
a { background-color: rgb(97,197,2); }
div.DivClassName
{
background-color: #61C502;
}
.BgClassName
{
background-color: #61C502;
}
</style>
border-color css
<style>
span { border-color: #61C502; }
span { border-color: rgb(97,197,2); }
td.TdClassName
{
border-color: #61C502;
}
.TagClassName
{
border-color: #61C502;
}
</style>