Shades of Kelly Green #61DD17
Tints of Kelly Green #61DD17
RGB
CMYK
RGB Variations
Color information
#61DD17 (or 0x61DD17) is known color: Kelly Green. HEX triplet: 61, DD and 17. RGB value is (97,221,23). Sum of RGB (Red+Green+Blue) = 97+221+23=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DD17 is #9E22E8. Grayscale: #A2A2A2. Windows color (decimal): -10363625 or 1564001. OLE color: 1564001.
HSL color Cylindrical-coordinate representation of color #61DD17: hue angle of 97.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61DD17 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 23 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.13 |
| HSL | 97.58º | 0.81% | 0.48% | - |
| HSV(B) | 97.58º | 0.9% | 0.87% | - |
| XYZ | 30.94 | 54.32 | 9.66 | - |
| YUV | 161.35 | 49.92 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 23 | 0.56 | 0 | 0.90 | 0.13 | 97.58 | 0.81 | 0.48 |
| Hex | 61 | DD | 17 | 38 | 0 | 5A | D | 62 | 51 | 30 |
| Octal | 141 | 335 | 27 | 70 | 0 | 132 | 15 | 142 | 121 | 60 |
| Binary | 1100001 | 11011101 | 10111 | 111000 | 0 | 1011010 | 1101 | 1100010 | 1010001 | 110000 |
Color Harmonies of #61DD17
Complementary color
Monochromatic Colors of #61DD17
Black with #61DD17
Text Example
Text Example
White with #61DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD17; }
p { color: rgb(97,221,23); }
H1.HeaderClassName
{
color: #61DD17;
}
.AnyTagClassName
{
color: #61DD17;
}
</style>
background-color css
<style>
a { background-color: #61DD17; }
a { background-color: rgb(97,221,23); }
div.DivClassName
{
background-color: #61DD17;
}
.BgClassName
{
background-color: #61DD17;
}
</style>
border-color css
<style>
span { border-color: #61DD17; }
span { border-color: rgb(97,221,23); }
td.TdClassName
{
border-color: #61DD17;
}
.TagClassName
{
border-color: #61DD17;
}
</style>