Shades of Kelly Green #5DC00D
Tints of Kelly Green #5DC00D
RGB
CMYK
RGB Variations
Color information
#5DC00D (or 0x5DC00D) is known color: Kelly Green. HEX triplet: 5D, C0 and 0D. RGB value is (93,192,13). Sum of RGB (Red+Green+Blue) = 93+192+13=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC00D is #A23FF2. Grayscale: #8E8E8E. Windows color (decimal): -10633203 or 901213. OLE color: 901213.
HSL color Cylindrical-coordinate representation of color #5DC00D: hue angle of 93.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DC00D is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 13 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.25 |
| HSL | 93.18º | 0.87% | 0.4% | - |
| HSV(B) | 93.18º | 0.93% | 0.75% | - |
| XYZ | 23.44 | 40.06 | 6.88 | - |
| YUV | 141.99 | 55.2 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 13 | 0.52 | 0 | 0.93 | 0.25 | 93.18 | 0.87 | 0.4 |
| Hex | 5D | C0 | D | 34 | 0 | 5D | 19 | 5D | 57 | 28 |
| Octal | 135 | 300 | 15 | 64 | 0 | 135 | 31 | 135 | 127 | 50 |
| Binary | 1011101 | 11000000 | 1101 | 110100 | 0 | 1011101 | 11001 | 1011101 | 1010111 | 101000 |
Color Harmonies of #5DC00D
Complementary color
Monochromatic Colors of #5DC00D
Black with #5DC00D
Text Example
Text Example
White with #5DC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC00D; }
p { color: rgb(93,192,13); }
H1.HeaderClassName
{
color: #5DC00D;
}
.AnyTagClassName
{
color: #5DC00D;
}
</style>
background-color css
<style>
a { background-color: #5DC00D; }
a { background-color: rgb(93,192,13); }
div.DivClassName
{
background-color: #5DC00D;
}
.BgClassName
{
background-color: #5DC00D;
}
</style>
border-color css
<style>
span { border-color: #5DC00D; }
span { border-color: rgb(93,192,13); }
td.TdClassName
{
border-color: #5DC00D;
}
.TagClassName
{
border-color: #5DC00D;
}
</style>