Shades of Kelly Green #5DBE14
Tints of Kelly Green #5DBE14
RGB
CMYK
RGB Variations
Color information
#5DBE14 (or 0x5DBE14) is known color: Kelly Green. HEX triplet: 5D, BE and 14. RGB value is (93,190,20). Sum of RGB (Red+Green+Blue) = 93+190+20=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBE14 is #A241EB. Grayscale: #8E8E8E. Windows color (decimal): -10633708 or 1359453. OLE color: 1359453.
HSL color Cylindrical-coordinate representation of color #5DBE14: hue angle of 94.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DBE14 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 20 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.25 |
| HSL | 94.24º | 0.81% | 0.41% | - |
| HSV(B) | 94.24º | 0.89% | 0.75% | - |
| XYZ | 23.05 | 39.2 | 7.01 | - |
| YUV | 141.62 | 59.36 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 20 | 0.51 | 0 | 0.89 | 0.25 | 94.24 | 0.81 | 0.41 |
| Hex | 5D | BE | 14 | 33 | 0 | 59 | 19 | 5E | 51 | 29 |
| Octal | 135 | 276 | 24 | 63 | 0 | 131 | 31 | 136 | 121 | 51 |
| Binary | 1011101 | 10111110 | 10100 | 110011 | 0 | 1011001 | 11001 | 1011110 | 1010001 | 101001 |
Color Harmonies of #5DBE14
Complementary color
Monochromatic Colors of #5DBE14
Black with #5DBE14
Text Example
Text Example
White with #5DBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE14; }
p { color: rgb(93,190,20); }
H1.HeaderClassName
{
color: #5DBE14;
}
.AnyTagClassName
{
color: #5DBE14;
}
</style>
background-color css
<style>
a { background-color: #5DBE14; }
a { background-color: rgb(93,190,20); }
div.DivClassName
{
background-color: #5DBE14;
}
.BgClassName
{
background-color: #5DBE14;
}
</style>
border-color css
<style>
span { border-color: #5DBE14; }
span { border-color: rgb(93,190,20); }
td.TdClassName
{
border-color: #5DBE14;
}
.TagClassName
{
border-color: #5DBE14;
}
</style>