Shades of Kelly Green #5CE120
Tints of Kelly Green #5CE120
RGB
CMYK
RGB Variations
Color information
#5CE120 (or 0x5CE120) is known color: Kelly Green. HEX triplet: 5C, E1 and 20. RGB value is (92,225,32). Sum of RGB (Red+Green+Blue) = 92+225+32=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE120 is #A31EDF. Grayscale: #A3A3A3. Windows color (decimal): -10690272 or 2154844. OLE color: 2154844.
HSL color Cylindrical-coordinate representation of color #5CE120: hue angle of 101.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5CE120 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 32 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.12 |
| HSL | 101.35º | 0.76% | 0.5% | - |
| HSV(B) | 101.35º | 0.86% | 0.88% | - |
| XYZ | 31.6 | 56.23 | 10.55 | - |
| YUV | 163.23 | 53.94 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 32 | 0.59 | 0 | 0.86 | 0.12 | 101.35 | 0.76 | 0.5 |
| Hex | 5C | E1 | 20 | 3B | 0 | 56 | C | 65 | 4C | 32 |
| Octal | 134 | 341 | 40 | 73 | 0 | 126 | 14 | 145 | 114 | 62 |
| Binary | 1011100 | 11100001 | 100000 | 111011 | 0 | 1010110 | 1100 | 1100101 | 1001100 | 110010 |
Color Harmonies of #5CE120
Complementary color
Monochromatic Colors of #5CE120
Black with #5CE120
Text Example
Text Example
White with #5CE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE120; }
p { color: rgb(92,225,32); }
H1.HeaderClassName
{
color: #5CE120;
}
.AnyTagClassName
{
color: #5CE120;
}
</style>
background-color css
<style>
a { background-color: #5CE120; }
a { background-color: rgb(92,225,32); }
div.DivClassName
{
background-color: #5CE120;
}
.BgClassName
{
background-color: #5CE120;
}
</style>
border-color css
<style>
span { border-color: #5CE120; }
span { border-color: rgb(92,225,32); }
td.TdClassName
{
border-color: #5CE120;
}
.TagClassName
{
border-color: #5CE120;
}
</style>