Shades of Kelly Green #5DBD1C
Tints of Kelly Green #5DBD1C
RGB
CMYK
RGB Variations
Color information
#5DBD1C (or 0x5DBD1C) is known color: Kelly Green. HEX triplet: 5D, BD and 1C. RGB value is (93,189,28). Sum of RGB (Red+Green+Blue) = 93+189+28=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD1C is #A242E3. Grayscale: #8E8E8E. Windows color (decimal): -10633956 or 1883485. OLE color: 1883485.
HSL color Cylindrical-coordinate representation of color #5DBD1C: hue angle of 95.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DBD1C is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 28 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.26 |
| HSL | 95.78º | 0.74% | 0.43% | - |
| HSV(B) | 95.78º | 0.85% | 0.74% | - |
| XYZ | 22.92 | 38.81 | 7.38 | - |
| YUV | 141.94 | 63.7 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 28 | 0.51 | 0 | 0.85 | 0.26 | 95.78 | 0.74 | 0.43 |
| Hex | 5D | BD | 1C | 33 | 0 | 55 | 1A | 60 | 4A | 2B |
| Octal | 135 | 275 | 34 | 63 | 0 | 125 | 32 | 140 | 112 | 53 |
| Binary | 1011101 | 10111101 | 11100 | 110011 | 0 | 1010101 | 11010 | 1100000 | 1001010 | 101011 |
Color Harmonies of #5DBD1C
Complementary color
Monochromatic Colors of #5DBD1C
Black with #5DBD1C
Text Example
Text Example
White with #5DBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD1C; }
p { color: rgb(93,189,28); }
H1.HeaderClassName
{
color: #5DBD1C;
}
.AnyTagClassName
{
color: #5DBD1C;
}
</style>
background-color css
<style>
a { background-color: #5DBD1C; }
a { background-color: rgb(93,189,28); }
div.DivClassName
{
background-color: #5DBD1C;
}
.BgClassName
{
background-color: #5DBD1C;
}
</style>
border-color css
<style>
span { border-color: #5DBD1C; }
span { border-color: rgb(93,189,28); }
td.TdClassName
{
border-color: #5DBD1C;
}
.TagClassName
{
border-color: #5DBD1C;
}
</style>