Shades of Kelly Green #5DBE1D
Tints of Kelly Green #5DBE1D
RGB
CMYK
RGB Variations
Color information
#5DBE1D (or 0x5DBE1D) is known color: Kelly Green. HEX triplet: 5D, BE and 1D. RGB value is (93,190,29). Sum of RGB (Red+Green+Blue) = 93+190+29=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBE1D is #A241E2. Grayscale: #8F8F8F. Windows color (decimal): -10633699 or 1949277. OLE color: 1949277.
HSL color Cylindrical-coordinate representation of color #5DBE1D: hue angle of 96.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DBE1D is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 29 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.25 |
| HSL | 96.15º | 0.74% | 0.43% | - |
| HSV(B) | 96.15º | 0.85% | 0.75% | - |
| XYZ | 23.15 | 39.24 | 7.52 | - |
| YUV | 142.64 | 63.86 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 29 | 0.51 | 0 | 0.85 | 0.25 | 96.15 | 0.74 | 0.43 |
| Hex | 5D | BE | 1D | 33 | 0 | 55 | 19 | 60 | 4A | 2B |
| Octal | 135 | 276 | 35 | 63 | 0 | 125 | 31 | 140 | 112 | 53 |
| Binary | 1011101 | 10111110 | 11101 | 110011 | 0 | 1010101 | 11001 | 1100000 | 1001010 | 101011 |
Color Harmonies of #5DBE1D
Complementary color
Monochromatic Colors of #5DBE1D
Black with #5DBE1D
Text Example
Text Example
White with #5DBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE1D; }
p { color: rgb(93,190,29); }
H1.HeaderClassName
{
color: #5DBE1D;
}
.AnyTagClassName
{
color: #5DBE1D;
}
</style>
background-color css
<style>
a { background-color: #5DBE1D; }
a { background-color: rgb(93,190,29); }
div.DivClassName
{
background-color: #5DBE1D;
}
.BgClassName
{
background-color: #5DBE1D;
}
</style>
border-color css
<style>
span { border-color: #5DBE1D; }
span { border-color: rgb(93,190,29); }
td.TdClassName
{
border-color: #5DBE1D;
}
.TagClassName
{
border-color: #5DBE1D;
}
</style>