Shades of Kelly Green #60DB13
Tints of Kelly Green #60DB13
RGB
CMYK
RGB Variations
Color information
#60DB13 (or 0x60DB13) is known color: Kelly Green. HEX triplet: 60, DB and 13. RGB value is (96,219,19). Sum of RGB (Red+Green+Blue) = 96+219+19=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #60DB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DB13 is #9F24EC. Grayscale: #A0A0A0. Windows color (decimal): -10429677 or 1301344. OLE color: 1301344.
HSL color Cylindrical-coordinate representation of color #60DB13: hue angle of 96.9º 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 #60DB13 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 19 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.14 |
| HSL | 96.9º | 0.84% | 0.47% | - |
| HSV(B) | 96.9º | 0.91% | 0.86% | - |
| XYZ | 30.27 | 53.2 | 9.29 | - |
| YUV | 159.42 | 48.75 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 19 | 0.56 | 0 | 0.91 | 0.14 | 96.9 | 0.84 | 0.47 |
| Hex | 60 | DB | 13 | 38 | 0 | 5B | E | 61 | 54 | 2F |
| Octal | 140 | 333 | 23 | 70 | 0 | 133 | 16 | 141 | 124 | 57 |
| Binary | 1100000 | 11011011 | 10011 | 111000 | 0 | 1011011 | 1110 | 1100001 | 1010100 | 101111 |
Color Harmonies of #60DB13
Complementary color
Monochromatic Colors of #60DB13
Black with #60DB13
Text Example
Text Example
White with #60DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DB13; }
p { color: rgb(96,219,19); }
H1.HeaderClassName
{
color: #60DB13;
}
.AnyTagClassName
{
color: #60DB13;
}
</style>
background-color css
<style>
a { background-color: #60DB13; }
a { background-color: rgb(96,219,19); }
div.DivClassName
{
background-color: #60DB13;
}
.BgClassName
{
background-color: #60DB13;
}
</style>
border-color css
<style>
span { border-color: #60DB13; }
span { border-color: rgb(96,219,19); }
td.TdClassName
{
border-color: #60DB13;
}
.TagClassName
{
border-color: #60DB13;
}
</style>