Shades of Kelly Green #5DC803
Tints of Kelly Green #5DC803
RGB
CMYK
RGB Variations
Color information
#5DC803 (or 0x5DC803) is known color: Kelly Green. HEX triplet: 5D, C8 and 03. RGB value is (93,200,3). Sum of RGB (Red+Green+Blue) = 93+200+3=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 200 (78.52% from 255 or 67.57% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC803 is #A237FC. Grayscale: #929292. Windows color (decimal): -10631165 or 247901. OLE color: 247901.
HSL color Cylindrical-coordinate representation of color #5DC803: hue angle of 92.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DC803 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 3 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.22 |
| HSL | 92.59º | 0.97% | 0.4% | - |
| HSV(B) | 92.59º | 0.99% | 0.78% | - |
| XYZ | 25.18 | 43.64 | 7.18 | - |
| YUV | 145.55 | 47.55 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 3 | 0.54 | 0 | 0.98 | 0.22 | 92.59 | 0.97 | 0.4 |
| Hex | 5D | C8 | 3 | 36 | 0 | 62 | 16 | 5D | 61 | 28 |
| Octal | 135 | 310 | 3 | 66 | 0 | 142 | 26 | 135 | 141 | 50 |
| Binary | 1011101 | 11001000 | 11 | 110110 | 0 | 1100010 | 10110 | 1011101 | 1100001 | 101000 |
Color Harmonies of #5DC803
Complementary color
Monochromatic Colors of #5DC803
Black with #5DC803
Text Example
Text Example
White with #5DC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC803; }
p { color: rgb(93,200,3); }
H1.HeaderClassName
{
color: #5DC803;
}
.AnyTagClassName
{
color: #5DC803;
}
</style>
background-color css
<style>
a { background-color: #5DC803; }
a { background-color: rgb(93,200,3); }
div.DivClassName
{
background-color: #5DC803;
}
.BgClassName
{
background-color: #5DC803;
}
</style>
border-color css
<style>
span { border-color: #5DC803; }
span { border-color: rgb(93,200,3); }
td.TdClassName
{
border-color: #5DC803;
}
.TagClassName
{
border-color: #5DC803;
}
</style>