Shades of Kelly Green #5CC00A
Tints of Kelly Green #5CC00A
RGB
CMYK
RGB Variations
Color information
#5CC00A (or 0x5CC00A) is known color: Kelly Green. HEX triplet: 5C, C0 and 0A. RGB value is (92,192,10). Sum of RGB (Red+Green+Blue) = 92+192+10=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC00A is #A33FF5. Grayscale: #8D8D8D. Windows color (decimal): -10698742 or 704604. OLE color: 704604.
HSL color Cylindrical-coordinate representation of color #5CC00A: hue angle of 92.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5CC00A is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 10 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.25 |
| HSL | 92.97º | 0.9% | 0.4% | - |
| HSV(B) | 92.97º | 0.95% | 0.75% | - |
| XYZ | 23.32 | 40 | 6.78 | - |
| YUV | 141.35 | 53.87 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 10 | 0.52 | 0 | 0.95 | 0.25 | 92.97 | 0.9 | 0.4 |
| Hex | 5C | C0 | A | 34 | 0 | 5F | 19 | 5D | 5A | 28 |
| Octal | 134 | 300 | 12 | 64 | 0 | 137 | 31 | 135 | 132 | 50 |
| Binary | 1011100 | 11000000 | 1010 | 110100 | 0 | 1011111 | 11001 | 1011101 | 1011010 | 101000 |
Color Harmonies of #5CC00A
Complementary color
Monochromatic Colors of #5CC00A
Black with #5CC00A
Text Example
Text Example
White with #5CC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC00A; }
p { color: rgb(92,192,10); }
H1.HeaderClassName
{
color: #5CC00A;
}
.AnyTagClassName
{
color: #5CC00A;
}
</style>
background-color css
<style>
a { background-color: #5CC00A; }
a { background-color: rgb(92,192,10); }
div.DivClassName
{
background-color: #5CC00A;
}
.BgClassName
{
background-color: #5CC00A;
}
</style>
border-color css
<style>
span { border-color: #5CC00A; }
span { border-color: rgb(92,192,10); }
td.TdClassName
{
border-color: #5CC00A;
}
.TagClassName
{
border-color: #5CC00A;
}
</style>