Shades of Kelly Green #5CDC19
Tints of Kelly Green #5CDC19
RGB
CMYK
RGB Variations
Color information
#5CDC19 (or 0x5CDC19) is known color: Kelly Green. HEX triplet: 5C, DC and 19. RGB value is (92,220,25). Sum of RGB (Red+Green+Blue) = 92+220+25=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDC19 is #A323E6. Grayscale: #A0A0A0. Windows color (decimal): -10691559 or 1694812. OLE color: 1694812.
HSL color Cylindrical-coordinate representation of color #5CDC19: hue angle of 99.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5CDC19 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 25 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.14 |
| HSL | 99.38º | 0.8% | 0.48% | - |
| HSV(B) | 99.38º | 0.89% | 0.86% | - |
| XYZ | 30.18 | 53.53 | 9.66 | - |
| YUV | 159.5 | 52.09 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 25 | 0.58 | 0 | 0.89 | 0.14 | 99.38 | 0.8 | 0.48 |
| Hex | 5C | DC | 19 | 3A | 0 | 59 | E | 63 | 50 | 30 |
| Octal | 134 | 334 | 31 | 72 | 0 | 131 | 16 | 143 | 120 | 60 |
| Binary | 1011100 | 11011100 | 11001 | 111010 | 0 | 1011001 | 1110 | 1100011 | 1010000 | 110000 |
Color Harmonies of #5CDC19
Complementary color
Monochromatic Colors of #5CDC19
Black with #5CDC19
Text Example
Text Example
White with #5CDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC19; }
p { color: rgb(92,220,25); }
H1.HeaderClassName
{
color: #5CDC19;
}
.AnyTagClassName
{
color: #5CDC19;
}
</style>
background-color css
<style>
a { background-color: #5CDC19; }
a { background-color: rgb(92,220,25); }
div.DivClassName
{
background-color: #5CDC19;
}
.BgClassName
{
background-color: #5CDC19;
}
</style>
border-color css
<style>
span { border-color: #5CDC19; }
span { border-color: rgb(92,220,25); }
td.TdClassName
{
border-color: #5CDC19;
}
.TagClassName
{
border-color: #5CDC19;
}
</style>