Shades of Kelly Green #5DCC20
Tints of Kelly Green #5DCC20
RGB
CMYK
RGB Variations
Color information
#5DCC20 (or 0x5DCC20) is known color: Kelly Green. HEX triplet: 5D, CC and 20. RGB value is (93,204,32). Sum of RGB (Red+Green+Blue) = 93+204+32=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCC20 is #A233DF. Grayscale: #979797. Windows color (decimal): -10630112 or 2149469. OLE color: 2149469.
HSL color Cylindrical-coordinate representation of color #5DCC20: hue angle of 98.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DCC20 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 32 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.2 |
| HSL | 98.72º | 0.73% | 0.46% | - |
| HSV(B) | 98.72º | 0.84% | 0.8% | - |
| XYZ | 26.37 | 45.62 | 8.78 | - |
| YUV | 151.2 | 60.73 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 32 | 0.54 | 0 | 0.84 | 0.2 | 98.72 | 0.73 | 0.46 |
| Hex | 5D | CC | 20 | 36 | 0 | 54 | 14 | 63 | 49 | 2E |
| Octal | 135 | 314 | 40 | 66 | 0 | 124 | 24 | 143 | 111 | 56 |
| Binary | 1011101 | 11001100 | 100000 | 110110 | 0 | 1010100 | 10100 | 1100011 | 1001001 | 101110 |
Color Harmonies of #5DCC20
Complementary color
Monochromatic Colors of #5DCC20
Black with #5DCC20
Text Example
Text Example
White with #5DCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC20; }
p { color: rgb(93,204,32); }
H1.HeaderClassName
{
color: #5DCC20;
}
.AnyTagClassName
{
color: #5DCC20;
}
</style>
background-color css
<style>
a { background-color: #5DCC20; }
a { background-color: rgb(93,204,32); }
div.DivClassName
{
background-color: #5DCC20;
}
.BgClassName
{
background-color: #5DCC20;
}
</style>
border-color css
<style>
span { border-color: #5DCC20; }
span { border-color: rgb(93,204,32); }
td.TdClassName
{
border-color: #5DCC20;
}
.TagClassName
{
border-color: #5DCC20;
}
</style>