Shades of Kelly Green #5CC114
Tints of Kelly Green #5CC114
RGB
CMYK
RGB Variations
Color information
#5CC114 (or 0x5CC114) is known color: Kelly Green. HEX triplet: 5C, C1 and 14. RGB value is (92,193,20). Sum of RGB (Red+Green+Blue) = 92+193+20=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC114 is #A33EEB. Grayscale: #8F8F8F. Windows color (decimal): -10698476 or 1360220. OLE color: 1360220.
HSL color Cylindrical-coordinate representation of color #5CC114: hue angle of 95.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CC114 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 20 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.24 |
| HSL | 95.03º | 0.81% | 0.42% | - |
| HSV(B) | 95.03º | 0.9% | 0.76% | - |
| XYZ | 23.61 | 40.47 | 7.23 | - |
| YUV | 143.08 | 58.54 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 20 | 0.52 | 0 | 0.90 | 0.24 | 95.03 | 0.81 | 0.42 |
| Hex | 5C | C1 | 14 | 34 | 0 | 5A | 18 | 5F | 51 | 2A |
| Octal | 134 | 301 | 24 | 64 | 0 | 132 | 30 | 137 | 121 | 52 |
| Binary | 1011100 | 11000001 | 10100 | 110100 | 0 | 1011010 | 11000 | 1011111 | 1010001 | 101010 |
Color Harmonies of #5CC114
Complementary color
Monochromatic Colors of #5CC114
Black with #5CC114
Text Example
Text Example
White with #5CC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC114; }
p { color: rgb(92,193,20); }
H1.HeaderClassName
{
color: #5CC114;
}
.AnyTagClassName
{
color: #5CC114;
}
</style>
background-color css
<style>
a { background-color: #5CC114; }
a { background-color: rgb(92,193,20); }
div.DivClassName
{
background-color: #5CC114;
}
.BgClassName
{
background-color: #5CC114;
}
</style>
border-color css
<style>
span { border-color: #5CC114; }
span { border-color: rgb(92,193,20); }
td.TdClassName
{
border-color: #5CC114;
}
.TagClassName
{
border-color: #5CC114;
}
</style>