Shades of Kelly Green #5DC400
Tints of Kelly Green #5DC400
RGB
CMYK
RGB Variations
Color information
#5DC400 (or 0x5DC400) is known color: Kelly Green. HEX triplet: 5D, C4 and 00. RGB value is (93,196,0). Sum of RGB (Red+Green+Blue) = 93+196+0=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC400 is #A23BFF. Grayscale: #8F8F8F. Windows color (decimal): -10632192 or 50269. OLE color: 50269.
HSL color Cylindrical-coordinate representation of color #5DC400: hue angle of 91.53º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DC400 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.23 |
| HSL | 91.53º | 1% | 0.38% | - |
| HSV(B) | 91.53º | 1% | 0.77% | - |
| XYZ | 24.25 | 41.81 | 6.79 | - |
| YUV | 142.86 | 47.38 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 0 | 0.53 | 0 | 1 | 0.23 | 91.53 | 1 | 0.38 |
| Hex | 5D | C4 | 0 | 35 | 0 | 64 | 17 | 5C | 64 | 26 |
| Octal | 135 | 304 | 0 | 65 | 0 | 144 | 27 | 134 | 144 | 46 |
| Binary | 1011101 | 11000100 | 0 | 110101 | 0 | 1100100 | 10111 | 1011100 | 1100100 | 100110 |
Color Harmonies of #5DC400
Complementary color
Monochromatic Colors of #5DC400
Black with #5DC400
Text Example
Text Example
White with #5DC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC400; }
p { color: rgb(93,196,0); }
H1.HeaderClassName
{
color: #5DC400;
}
.AnyTagClassName
{
color: #5DC400;
}
</style>
background-color css
<style>
a { background-color: #5DC400; }
a { background-color: rgb(93,196,0); }
div.DivClassName
{
background-color: #5DC400;
}
.BgClassName
{
background-color: #5DC400;
}
</style>
border-color css
<style>
span { border-color: #5DC400; }
span { border-color: rgb(93,196,0); }
td.TdClassName
{
border-color: #5DC400;
}
.TagClassName
{
border-color: #5DC400;
}
</style>