Shades of Kelly Green #5DCC2F
Tints of Kelly Green #5DCC2F
RGB
CMYK
RGB Variations
Color information
#5DCC2F (or 0x5DCC2F) is known color: Kelly Green. HEX triplet: 5D, CC and 2F. RGB value is (93,204,47). Sum of RGB (Red+Green+Blue) = 93+204+47=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCC2F is #A233D0. Grayscale: #999999. Windows color (decimal): -10630097 or 3132509. OLE color: 3132509.
HSL color Cylindrical-coordinate representation of color #5DCC2F: hue angle of 102.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DCC2F is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 47 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.2 |
| HSL | 102.42º | 0.63% | 0.49% | - |
| HSV(B) | 102.42º | 0.77% | 0.8% | - |
| XYZ | 26.62 | 45.72 | 10.11 | - |
| YUV | 152.91 | 68.23 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 47 | 0.54 | 0 | 0.77 | 0.2 | 102.42 | 0.63 | 0.49 |
| Hex | 5D | CC | 2F | 36 | 0 | 4D | 14 | 66 | 3F | 31 |
| Octal | 135 | 314 | 57 | 66 | 0 | 115 | 24 | 146 | 77 | 61 |
| Binary | 1011101 | 11001100 | 101111 | 110110 | 0 | 1001101 | 10100 | 1100110 | 111111 | 110001 |
Color Harmonies of #5DCC2F
Complementary color
Monochromatic Colors of #5DCC2F
Black with #5DCC2F
Text Example
Text Example
White with #5DCC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC2F; }
p { color: rgb(93,204,47); }
H1.HeaderClassName
{
color: #5DCC2F;
}
.AnyTagClassName
{
color: #5DCC2F;
}
</style>
background-color css
<style>
a { background-color: #5DCC2F; }
a { background-color: rgb(93,204,47); }
div.DivClassName
{
background-color: #5DCC2F;
}
.BgClassName
{
background-color: #5DCC2F;
}
</style>
border-color css
<style>
span { border-color: #5DCC2F; }
span { border-color: rgb(93,204,47); }
td.TdClassName
{
border-color: #5DCC2F;
}
.TagClassName
{
border-color: #5DCC2F;
}
</style>