Shades of Kelly Green #61DF20
Tints of Kelly Green #61DF20
RGB
CMYK
RGB Variations
Color information
#61DF20 (or 0x61DF20) is known color: Kelly Green. HEX triplet: 61, DF and 20. RGB value is (97,223,32). Sum of RGB (Red+Green+Blue) = 97+223+32=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DF20 is #9E20DF. Grayscale: #A4A4A4. Windows color (decimal): -10363104 or 2154337. OLE color: 2154337.
HSL color Cylindrical-coordinate representation of color #61DF20: hue angle of 99.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61DF20 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 32 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.13 |
| HSL | 99.58º | 0.75% | 0.5% | - |
| HSV(B) | 99.58º | 0.86% | 0.87% | - |
| XYZ | 31.58 | 55.42 | 10.4 | - |
| YUV | 163.55 | 53.76 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 32 | 0.57 | 0 | 0.86 | 0.13 | 99.58 | 0.75 | 0.5 |
| Hex | 61 | DF | 20 | 39 | 0 | 56 | D | 64 | 4B | 32 |
| Octal | 141 | 337 | 40 | 71 | 0 | 126 | 15 | 144 | 113 | 62 |
| Binary | 1100001 | 11011111 | 100000 | 111001 | 0 | 1010110 | 1101 | 1100100 | 1001011 | 110010 |
Color Harmonies of #61DF20
Complementary color
Monochromatic Colors of #61DF20
Black with #61DF20
Text Example
Text Example
White with #61DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF20; }
p { color: rgb(97,223,32); }
H1.HeaderClassName
{
color: #61DF20;
}
.AnyTagClassName
{
color: #61DF20;
}
</style>
background-color css
<style>
a { background-color: #61DF20; }
a { background-color: rgb(97,223,32); }
div.DivClassName
{
background-color: #61DF20;
}
.BgClassName
{
background-color: #61DF20;
}
</style>
border-color css
<style>
span { border-color: #61DF20; }
span { border-color: rgb(97,223,32); }
td.TdClassName
{
border-color: #61DF20;
}
.TagClassName
{
border-color: #61DF20;
}
</style>