Shades of Kelly Green #61C802
Tints of Kelly Green #61C802
RGB
CMYK
RGB Variations
Color information
#61C802 (or 0x61C802) is known color: Kelly Green. HEX triplet: 61, C8 and 02. RGB value is (97,200,2). Sum of RGB (Red+Green+Blue) = 97+200+2=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #61C802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C802 is #9E37FD. Grayscale: #939393. Windows color (decimal): -10369022 or 182369. OLE color: 182369.
HSL color Cylindrical-coordinate representation of color #61C802: hue angle of 91.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61C802 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.22 |
| HSL | 91.21º | 0.98% | 0.4% | - |
| HSV(B) | 91.21º | 0.99% | 0.78% | - |
| XYZ | 25.6 | 43.85 | 7.17 | - |
| YUV | 146.63 | 46.38 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 2 | 0.52 | 0 | 0.99 | 0.22 | 91.21 | 0.98 | 0.4 |
| Hex | 61 | C8 | 2 | 34 | 0 | 63 | 16 | 5B | 62 | 28 |
| Octal | 141 | 310 | 2 | 64 | 0 | 143 | 26 | 133 | 142 | 50 |
| Binary | 1100001 | 11001000 | 10 | 110100 | 0 | 1100011 | 10110 | 1011011 | 1100010 | 101000 |
Color Harmonies of #61C802
Complementary color
Monochromatic Colors of #61C802
Black with #61C802
Text Example
Text Example
White with #61C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C802; }
p { color: rgb(97,200,2); }
H1.HeaderClassName
{
color: #61C802;
}
.AnyTagClassName
{
color: #61C802;
}
</style>
background-color css
<style>
a { background-color: #61C802; }
a { background-color: rgb(97,200,2); }
div.DivClassName
{
background-color: #61C802;
}
.BgClassName
{
background-color: #61C802;
}
</style>
border-color css
<style>
span { border-color: #61C802; }
span { border-color: rgb(97,200,2); }
td.TdClassName
{
border-color: #61C802;
}
.TagClassName
{
border-color: #61C802;
}
</style>