Shades of Kelly Green #5DBE2D
Tints of Kelly Green #5DBE2D
RGB
CMYK
RGB Variations
Color information
#5DBE2D (or 0x5DBE2D) is known color: Kelly Green. HEX triplet: 5D, BE and 2D. RGB value is (93,190,45). Sum of RGB (Red+Green+Blue) = 93+190+45=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBE2D is #A241D2. Grayscale: #909090. Windows color (decimal): -10633683 or 2997853. OLE color: 2997853.
HSL color Cylindrical-coordinate representation of color #5DBE2D: hue angle of 100.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DBE2D is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 45 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.25 |
| HSL | 100.14º | 0.62% | 0.46% | - |
| HSV(B) | 100.14º | 0.76% | 0.75% | - |
| XYZ | 23.4 | 39.34 | 8.84 | - |
| YUV | 144.47 | 71.86 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 45 | 0.51 | 0 | 0.76 | 0.25 | 100.14 | 0.62 | 0.46 |
| Hex | 5D | BE | 2D | 33 | 0 | 4C | 19 | 64 | 3E | 2E |
| Octal | 135 | 276 | 55 | 63 | 0 | 114 | 31 | 144 | 76 | 56 |
| Binary | 1011101 | 10111110 | 101101 | 110011 | 0 | 1001100 | 11001 | 1100100 | 111110 | 101110 |
Color Harmonies of #5DBE2D
Complementary color
Monochromatic Colors of #5DBE2D
Black with #5DBE2D
Text Example
Text Example
White with #5DBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE2D; }
p { color: rgb(93,190,45); }
H1.HeaderClassName
{
color: #5DBE2D;
}
.AnyTagClassName
{
color: #5DBE2D;
}
</style>
background-color css
<style>
a { background-color: #5DBE2D; }
a { background-color: rgb(93,190,45); }
div.DivClassName
{
background-color: #5DBE2D;
}
.BgClassName
{
background-color: #5DBE2D;
}
</style>
border-color css
<style>
span { border-color: #5DBE2D; }
span { border-color: rgb(93,190,45); }
td.TdClassName
{
border-color: #5DBE2D;
}
.TagClassName
{
border-color: #5DBE2D;
}
</style>