Shades of Kelly Green #5CCA1E
Tints of Kelly Green #5CCA1E
RGB
CMYK
RGB Variations
Color information
#5CCA1E (or 0x5CCA1E) is known color: Kelly Green. HEX triplet: 5C, CA and 1E. RGB value is (92,202,30). Sum of RGB (Red+Green+Blue) = 92+202+30=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCA1E is #A335E1. Grayscale: #969696. Windows color (decimal): -10696162 or 2017884. OLE color: 2017884.
HSL color Cylindrical-coordinate representation of color #5CCA1E: hue angle of 98.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5CCA1E is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 30 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.21 |
| HSL | 98.37º | 0.74% | 0.45% | - |
| HSV(B) | 98.37º | 0.85% | 0.79% | - |
| XYZ | 25.77 | 44.61 | 8.48 | - |
| YUV | 149.5 | 60.56 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 30 | 0.54 | 0 | 0.85 | 0.21 | 98.37 | 0.74 | 0.45 |
| Hex | 5C | CA | 1E | 36 | 0 | 55 | 15 | 62 | 4A | 2D |
| Octal | 134 | 312 | 36 | 66 | 0 | 125 | 25 | 142 | 112 | 55 |
| Binary | 1011100 | 11001010 | 11110 | 110110 | 0 | 1010101 | 10101 | 1100010 | 1001010 | 101101 |
Color Harmonies of #5CCA1E
Complementary color
Monochromatic Colors of #5CCA1E
Black with #5CCA1E
Text Example
Text Example
White with #5CCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA1E; }
p { color: rgb(92,202,30); }
H1.HeaderClassName
{
color: #5CCA1E;
}
.AnyTagClassName
{
color: #5CCA1E;
}
</style>
background-color css
<style>
a { background-color: #5CCA1E; }
a { background-color: rgb(92,202,30); }
div.DivClassName
{
background-color: #5CCA1E;
}
.BgClassName
{
background-color: #5CCA1E;
}
</style>
border-color css
<style>
span { border-color: #5CCA1E; }
span { border-color: rgb(92,202,30); }
td.TdClassName
{
border-color: #5CCA1E;
}
.TagClassName
{
border-color: #5CCA1E;
}
</style>