Shades of Kelly Green #5DDA13
Tints of Kelly Green #5DDA13
RGB
CMYK
RGB Variations
Color information
#5DDA13 (or 0x5DDA13) is known color: Kelly Green. HEX triplet: 5D, DA and 13. RGB value is (93,218,19). Sum of RGB (Red+Green+Blue) = 93+218+19=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDA13 is #A225EC. Grayscale: #9E9E9E. Windows color (decimal): -10626541 or 1301085. OLE color: 1301085.
HSL color Cylindrical-coordinate representation of color #5DDA13: hue angle of 97.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DDA13 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 19 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.15 |
| HSL | 97.69º | 0.84% | 0.46% | - |
| HSV(B) | 97.69º | 0.91% | 0.85% | - |
| XYZ | 29.7 | 52.52 | 9.19 | - |
| YUV | 157.94 | 49.59 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 19 | 0.57 | 0 | 0.91 | 0.15 | 97.69 | 0.84 | 0.46 |
| Hex | 5D | DA | 13 | 39 | 0 | 5B | F | 62 | 54 | 2E |
| Octal | 135 | 332 | 23 | 71 | 0 | 133 | 17 | 142 | 124 | 56 |
| Binary | 1011101 | 11011010 | 10011 | 111001 | 0 | 1011011 | 1111 | 1100010 | 1010100 | 101110 |
Color Harmonies of #5DDA13
Complementary color
Monochromatic Colors of #5DDA13
Black with #5DDA13
Text Example
Text Example
White with #5DDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA13; }
p { color: rgb(93,218,19); }
H1.HeaderClassName
{
color: #5DDA13;
}
.AnyTagClassName
{
color: #5DDA13;
}
</style>
background-color css
<style>
a { background-color: #5DDA13; }
a { background-color: rgb(93,218,19); }
div.DivClassName
{
background-color: #5DDA13;
}
.BgClassName
{
background-color: #5DDA13;
}
</style>
border-color css
<style>
span { border-color: #5DDA13; }
span { border-color: rgb(93,218,19); }
td.TdClassName
{
border-color: #5DDA13;
}
.TagClassName
{
border-color: #5DDA13;
}
</style>