Shades of Kelly Green #61C620
Tints of Kelly Green #61C620
RGB
CMYK
RGB Variations
Color information
#61C620 (or 0x61C620) is known color: Kelly Green. HEX triplet: 61, C6 and 20. RGB value is (97,198,32). Sum of RGB (Red+Green+Blue) = 97+198+32=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #61C620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C620 is #9E39DF. Grayscale: #959595. Windows color (decimal): -10369504 or 2147937. OLE color: 2147937.
HSL color Cylindrical-coordinate representation of color #61C620: hue angle of 96.51º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61C620 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 32 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.22 |
| HSL | 96.51º | 0.72% | 0.45% | - |
| HSV(B) | 96.51º | 0.84% | 0.78% | - |
| XYZ | 25.38 | 43.03 | 8.33 | - |
| YUV | 148.88 | 62.04 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 32 | 0.51 | 0 | 0.84 | 0.22 | 96.51 | 0.72 | 0.45 |
| Hex | 61 | C6 | 20 | 33 | 0 | 54 | 16 | 61 | 48 | 2D |
| Octal | 141 | 306 | 40 | 63 | 0 | 124 | 26 | 141 | 110 | 55 |
| Binary | 1100001 | 11000110 | 100000 | 110011 | 0 | 1010100 | 10110 | 1100001 | 1001000 | 101101 |
Color Harmonies of #61C620
Complementary color
Monochromatic Colors of #61C620
Black with #61C620
Text Example
Text Example
White with #61C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C620; }
p { color: rgb(97,198,32); }
H1.HeaderClassName
{
color: #61C620;
}
.AnyTagClassName
{
color: #61C620;
}
</style>
background-color css
<style>
a { background-color: #61C620; }
a { background-color: rgb(97,198,32); }
div.DivClassName
{
background-color: #61C620;
}
.BgClassName
{
background-color: #61C620;
}
</style>
border-color css
<style>
span { border-color: #61C620; }
span { border-color: rgb(97,198,32); }
td.TdClassName
{
border-color: #61C620;
}
.TagClassName
{
border-color: #61C620;
}
</style>