Shades of Kelly Green #5DC013
Tints of Kelly Green #5DC013
RGB
CMYK
RGB Variations
Color information
#5DC013 (or 0x5DC013) is known color: Kelly Green. HEX triplet: 5D, C0 and 13. RGB value is (93,192,19). Sum of RGB (Red+Green+Blue) = 93+192+19=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC013 is #A23FEC. Grayscale: #8F8F8F. Windows color (decimal): -10633197 or 1294429. OLE color: 1294429.
HSL color Cylindrical-coordinate representation of color #5DC013: hue angle of 94.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DC013 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 19 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.25 |
| HSL | 94.34º | 0.82% | 0.41% | - |
| HSV(B) | 94.34º | 0.9% | 0.75% | - |
| XYZ | 23.48 | 40.07 | 7.11 | - |
| YUV | 142.68 | 58.2 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 19 | 0.52 | 0 | 0.90 | 0.25 | 94.34 | 0.82 | 0.41 |
| Hex | 5D | C0 | 13 | 34 | 0 | 5A | 19 | 5E | 52 | 29 |
| Octal | 135 | 300 | 23 | 64 | 0 | 132 | 31 | 136 | 122 | 51 |
| Binary | 1011101 | 11000000 | 10011 | 110100 | 0 | 1011010 | 11001 | 1011110 | 1010010 | 101001 |
Color Harmonies of #5DC013
Complementary color
Monochromatic Colors of #5DC013
Black with #5DC013
Text Example
Text Example
White with #5DC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC013; }
p { color: rgb(93,192,19); }
H1.HeaderClassName
{
color: #5DC013;
}
.AnyTagClassName
{
color: #5DC013;
}
</style>
background-color css
<style>
a { background-color: #5DC013; }
a { background-color: rgb(93,192,19); }
div.DivClassName
{
background-color: #5DC013;
}
.BgClassName
{
background-color: #5DC013;
}
</style>
border-color css
<style>
span { border-color: #5DC013; }
span { border-color: rgb(93,192,19); }
td.TdClassName
{
border-color: #5DC013;
}
.TagClassName
{
border-color: #5DC013;
}
</style>