Shades of Kelly Green #5CD120
Tints of Kelly Green #5CD120
RGB
CMYK
RGB Variations
Color information
#5CD120 (or 0x5CD120) is known color: Kelly Green. HEX triplet: 5C, D1 and 20. RGB value is (92,209,32). Sum of RGB (Red+Green+Blue) = 92+209+32=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #5CD120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD120 is #A32EDF. Grayscale: #9A9A9A. Windows color (decimal): -10694368 or 2150748. OLE color: 2150748.
HSL color Cylindrical-coordinate representation of color #5CD120: hue angle of 99.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5CD120 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 209 | 32 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.18 |
| HSL | 99.66º | 0.73% | 0.47% | - |
| HSV(B) | 99.66º | 0.85% | 0.82% | - |
| XYZ | 27.47 | 47.98 | 9.18 | - |
| YUV | 153.84 | 59.24 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 209 | 32 | 0.56 | 0 | 0.85 | 0.18 | 99.66 | 0.73 | 0.47 |
| Hex | 5C | D1 | 20 | 38 | 0 | 55 | 12 | 64 | 49 | 2F |
| Octal | 134 | 321 | 40 | 70 | 0 | 125 | 22 | 144 | 111 | 57 |
| Binary | 1011100 | 11010001 | 100000 | 111000 | 0 | 1010101 | 10010 | 1100100 | 1001001 | 101111 |
Color Harmonies of #5CD120
Complementary color
Monochromatic Colors of #5CD120
Black with #5CD120
Text Example
Text Example
White with #5CD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD120; }
p { color: rgb(92,209,32); }
H1.HeaderClassName
{
color: #5CD120;
}
.AnyTagClassName
{
color: #5CD120;
}
</style>
background-color css
<style>
a { background-color: #5CD120; }
a { background-color: rgb(92,209,32); }
div.DivClassName
{
background-color: #5CD120;
}
.BgClassName
{
background-color: #5CD120;
}
</style>
border-color css
<style>
span { border-color: #5CD120; }
span { border-color: rgb(92,209,32); }
td.TdClassName
{
border-color: #5CD120;
}
.TagClassName
{
border-color: #5CD120;
}
</style>