Shades of Kelly Green #5DC408
Tints of Kelly Green #5DC408
RGB
CMYK
RGB Variations
Color information
#5DC408 (or 0x5DC408) is known color: Kelly Green. HEX triplet: 5D, C4 and 08. RGB value is (93,196,8). Sum of RGB (Red+Green+Blue) = 93+196+8=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC408 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC408 is #A23BF7. Grayscale: #909090. Windows color (decimal): -10632184 or 574557. OLE color: 574557.
HSL color Cylindrical-coordinate representation of color #5DC408: hue angle of 92.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DC408 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.23 |
| HSL | 92.87º | 0.92% | 0.4% | - |
| HSV(B) | 92.87º | 0.96% | 0.77% | - |
| XYZ | 24.3 | 41.82 | 7.02 | - |
| YUV | 143.77 | 51.38 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 8 | 0.53 | 0 | 0.96 | 0.23 | 92.87 | 0.92 | 0.4 |
| Hex | 5D | C4 | 8 | 35 | 0 | 60 | 17 | 5D | 5C | 28 |
| Octal | 135 | 304 | 10 | 65 | 0 | 140 | 27 | 135 | 134 | 50 |
| Binary | 1011101 | 11000100 | 1000 | 110101 | 0 | 1100000 | 10111 | 1011101 | 1011100 | 101000 |
Color Harmonies of #5DC408
Complementary color
Monochromatic Colors of #5DC408
Black with #5DC408
Text Example
Text Example
White with #5DC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC408; }
p { color: rgb(93,196,8); }
H1.HeaderClassName
{
color: #5DC408;
}
.AnyTagClassName
{
color: #5DC408;
}
</style>
background-color css
<style>
a { background-color: #5DC408; }
a { background-color: rgb(93,196,8); }
div.DivClassName
{
background-color: #5DC408;
}
.BgClassName
{
background-color: #5DC408;
}
</style>
border-color css
<style>
span { border-color: #5DC408; }
span { border-color: rgb(93,196,8); }
td.TdClassName
{
border-color: #5DC408;
}
.TagClassName
{
border-color: #5DC408;
}
</style>