Shades of Kelly Green #5DCD2C
Tints of Kelly Green #5DCD2C
RGB
CMYK
RGB Variations
Color information
#5DCD2C (or 0x5DCD2C) is known color: Kelly Green. HEX triplet: 5D, CD and 2C. RGB value is (93,205,44). Sum of RGB (Red+Green+Blue) = 93+205+44=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD2C is #A232D3. Grayscale: #999999. Windows color (decimal): -10629844 or 2936157. OLE color: 2936157.
HSL color Cylindrical-coordinate representation of color #5DCD2C: hue angle of 101.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DCD2C is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 44 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.20 |
| HSL | 101.74º | 0.65% | 0.49% | - |
| HSV(B) | 101.74º | 0.79% | 0.8% | - |
| XYZ | 26.8 | 46.17 | 9.88 | - |
| YUV | 153.16 | 66.39 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 44 | 0.55 | 0 | 0.79 | 0.20 | 101.74 | 0.65 | 0.49 |
| Hex | 5D | CD | 2C | 37 | 0 | 4F | 14 | 66 | 41 | 31 |
| Octal | 135 | 315 | 54 | 67 | 0 | 117 | 24 | 146 | 101 | 61 |
| Binary | 1011101 | 11001101 | 101100 | 110111 | 0 | 1001111 | 10100 | 1100110 | 1000001 | 110001 |
Color Harmonies of #5DCD2C
Complementary color
Monochromatic Colors of #5DCD2C
Black with #5DCD2C
Text Example
Text Example
White with #5DCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD2C; }
p { color: rgb(93,205,44); }
H1.HeaderClassName
{
color: #5DCD2C;
}
.AnyTagClassName
{
color: #5DCD2C;
}
</style>
background-color css
<style>
a { background-color: #5DCD2C; }
a { background-color: rgb(93,205,44); }
div.DivClassName
{
background-color: #5DCD2C;
}
.BgClassName
{
background-color: #5DCD2C;
}
</style>
border-color css
<style>
span { border-color: #5DCD2C; }
span { border-color: rgb(93,205,44); }
td.TdClassName
{
border-color: #5DCD2C;
}
.TagClassName
{
border-color: #5DCD2C;
}
</style>