Shades of Kelly Green #61DB13
Tints of Kelly Green #61DB13
RGB
CMYK
RGB Variations
Color information
#61DB13 (or 0x61DB13) is known color: Kelly Green. HEX triplet: 61, DB and 13. RGB value is (97,219,19). Sum of RGB (Red+Green+Blue) = 97+219+19=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DB13 is #9E24EC. Grayscale: #A0A0A0. Windows color (decimal): -10364141 or 1301345. OLE color: 1301345.
HSL color Cylindrical-coordinate representation of color #61DB13: hue angle of 96.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61DB13 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 19 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.14 |
| HSL | 96.6º | 0.84% | 0.47% | - |
| HSV(B) | 96.6º | 0.91% | 0.86% | - |
| XYZ | 30.38 | 53.25 | 9.29 | - |
| YUV | 159.72 | 48.58 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 19 | 0.56 | 0 | 0.91 | 0.14 | 96.6 | 0.84 | 0.47 |
| Hex | 61 | DB | 13 | 38 | 0 | 5B | E | 61 | 54 | 2F |
| Octal | 141 | 333 | 23 | 70 | 0 | 133 | 16 | 141 | 124 | 57 |
| Binary | 1100001 | 11011011 | 10011 | 111000 | 0 | 1011011 | 1110 | 1100001 | 1010100 | 101111 |
Color Harmonies of #61DB13
Complementary color
Monochromatic Colors of #61DB13
Black with #61DB13
Text Example
Text Example
White with #61DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB13; }
p { color: rgb(97,219,19); }
H1.HeaderClassName
{
color: #61DB13;
}
.AnyTagClassName
{
color: #61DB13;
}
</style>
background-color css
<style>
a { background-color: #61DB13; }
a { background-color: rgb(97,219,19); }
div.DivClassName
{
background-color: #61DB13;
}
.BgClassName
{
background-color: #61DB13;
}
</style>
border-color css
<style>
span { border-color: #61DB13; }
span { border-color: rgb(97,219,19); }
td.TdClassName
{
border-color: #61DB13;
}
.TagClassName
{
border-color: #61DB13;
}
</style>