Shades of Kelly Green #5DCB2D
Tints of Kelly Green #5DCB2D
RGB
CMYK
RGB Variations
Color information
#5DCB2D (or 0x5DCB2D) is known color: Kelly Green. HEX triplet: 5D, CB and 2D. RGB value is (93,203,45). Sum of RGB (Red+Green+Blue) = 93+203+45=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCB2D is #A234D2. Grayscale: #989898. Windows color (decimal): -10630355 or 3001181. OLE color: 3001181.
HSL color Cylindrical-coordinate representation of color #5DCB2D: hue angle of 101.77º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DCB2D is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 45 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.20 |
| HSL | 101.77º | 0.64% | 0.49% | - |
| HSV(B) | 101.77º | 0.78% | 0.8% | - |
| XYZ | 26.34 | 45.23 | 9.82 | - |
| YUV | 152.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 45 | 0.54 | 0 | 0.78 | 0.20 | 101.77 | 0.64 | 0.49 |
| Hex | 5D | CB | 2D | 36 | 0 | 4E | 14 | 66 | 40 | 31 |
| Octal | 135 | 313 | 55 | 66 | 0 | 116 | 24 | 146 | 100 | 61 |
| Binary | 1011101 | 11001011 | 101101 | 110110 | 0 | 1001110 | 10100 | 1100110 | 1000000 | 110001 |
Color Harmonies of #5DCB2D
Complementary color
Monochromatic Colors of #5DCB2D
Black with #5DCB2D
Text Example
Text Example
White with #5DCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB2D; }
p { color: rgb(93,203,45); }
H1.HeaderClassName
{
color: #5DCB2D;
}
.AnyTagClassName
{
color: #5DCB2D;
}
</style>
background-color css
<style>
a { background-color: #5DCB2D; }
a { background-color: rgb(93,203,45); }
div.DivClassName
{
background-color: #5DCB2D;
}
.BgClassName
{
background-color: #5DCB2D;
}
</style>
border-color css
<style>
span { border-color: #5DCB2D; }
span { border-color: rgb(93,203,45); }
td.TdClassName
{
border-color: #5DCB2D;
}
.TagClassName
{
border-color: #5DCB2D;
}
</style>