Shades of Kelly Green #61D820
Tints of Kelly Green #61D820
RGB
CMYK
RGB Variations
Color information
#61D820 (or 0x61D820) is known color: Kelly Green. HEX triplet: 61, D8 and 20. RGB value is (97,216,32). Sum of RGB (Red+Green+Blue) = 97+216+32=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #61D820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D820 is #9E27DF. Grayscale: #A0A0A0. Windows color (decimal): -10364896 or 2152545. OLE color: 2152545.
HSL color Cylindrical-coordinate representation of color #61D820: hue angle of 98.8º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61D820 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 32 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.15 |
| HSL | 98.8º | 0.74% | 0.49% | - |
| HSV(B) | 98.8º | 0.85% | 0.85% | - |
| XYZ | 29.75 | 51.76 | 9.79 | - |
| YUV | 159.44 | 56.08 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 32 | 0.55 | 0 | 0.85 | 0.15 | 98.8 | 0.74 | 0.49 |
| Hex | 61 | D8 | 20 | 37 | 0 | 55 | F | 63 | 4A | 31 |
| Octal | 141 | 330 | 40 | 67 | 0 | 125 | 17 | 143 | 112 | 61 |
| Binary | 1100001 | 11011000 | 100000 | 110111 | 0 | 1010101 | 1111 | 1100011 | 1001010 | 110001 |
Color Harmonies of #61D820
Complementary color
Monochromatic Colors of #61D820
Black with #61D820
Text Example
Text Example
White with #61D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D820; }
p { color: rgb(97,216,32); }
H1.HeaderClassName
{
color: #61D820;
}
.AnyTagClassName
{
color: #61D820;
}
</style>
background-color css
<style>
a { background-color: #61D820; }
a { background-color: rgb(97,216,32); }
div.DivClassName
{
background-color: #61D820;
}
.BgClassName
{
background-color: #61D820;
}
</style>
border-color css
<style>
span { border-color: #61D820; }
span { border-color: rgb(97,216,32); }
td.TdClassName
{
border-color: #61D820;
}
.TagClassName
{
border-color: #61D820;
}
</style>