Shades of Kelly Green #5DCC0E
Tints of Kelly Green #5DCC0E
RGB
CMYK
RGB Variations
Color information
#5DCC0E (or 0x5DCC0E) is known color: Kelly Green. HEX triplet: 5D, CC and 0E. RGB value is (93,204,14). Sum of RGB (Red+Green+Blue) = 93+204+14=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCC0E is #A233F1. Grayscale: #959595. Windows color (decimal): -10630130 or 969821. OLE color: 969821.
HSL color Cylindrical-coordinate representation of color #5DCC0E: hue angle of 95.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DCC0E is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 14 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.2 |
| HSL | 95.05º | 0.87% | 0.43% | - |
| HSV(B) | 95.05º | 0.93% | 0.8% | - |
| XYZ | 26.19 | 45.54 | 7.83 | - |
| YUV | 149.15 | 51.73 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 14 | 0.54 | 0 | 0.93 | 0.2 | 95.05 | 0.87 | 0.43 |
| Hex | 5D | CC | E | 36 | 0 | 5D | 14 | 5F | 57 | 2B |
| Octal | 135 | 314 | 16 | 66 | 0 | 135 | 24 | 137 | 127 | 53 |
| Binary | 1011101 | 11001100 | 1110 | 110110 | 0 | 1011101 | 10100 | 1011111 | 1010111 | 101011 |
Color Harmonies of #5DCC0E
Complementary color
Monochromatic Colors of #5DCC0E
Black with #5DCC0E
Text Example
Text Example
White with #5DCC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC0E; }
p { color: rgb(93,204,14); }
H1.HeaderClassName
{
color: #5DCC0E;
}
.AnyTagClassName
{
color: #5DCC0E;
}
</style>
background-color css
<style>
a { background-color: #5DCC0E; }
a { background-color: rgb(93,204,14); }
div.DivClassName
{
background-color: #5DCC0E;
}
.BgClassName
{
background-color: #5DCC0E;
}
</style>
border-color css
<style>
span { border-color: #5DCC0E; }
span { border-color: rgb(93,204,14); }
td.TdClassName
{
border-color: #5DCC0E;
}
.TagClassName
{
border-color: #5DCC0E;
}
</style>