Shades of Kelly Green #5CC013
Tints of Kelly Green #5CC013
RGB
CMYK
RGB Variations
Color information
#5CC013 (or 0x5CC013) is known color: Kelly Green. HEX triplet: 5C, C0 and 13. RGB value is (92,192,19). Sum of RGB (Red+Green+Blue) = 92+192+19=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC013 is #A33FEC. Grayscale: #8E8E8E. Windows color (decimal): -10698733 or 1294428. OLE color: 1294428.
HSL color Cylindrical-coordinate representation of color #5CC013: hue angle of 94.68º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CC013 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 19 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.25 |
| HSL | 94.68º | 0.82% | 0.41% | - |
| HSV(B) | 94.68º | 0.9% | 0.75% | - |
| XYZ | 23.38 | 40.02 | 7.11 | - |
| YUV | 142.38 | 58.37 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 19 | 0.52 | 0 | 0.90 | 0.25 | 94.68 | 0.82 | 0.41 |
| Hex | 5C | C0 | 13 | 34 | 0 | 5A | 19 | 5F | 52 | 29 |
| Octal | 134 | 300 | 23 | 64 | 0 | 132 | 31 | 137 | 122 | 51 |
| Binary | 1011100 | 11000000 | 10011 | 110100 | 0 | 1011010 | 11001 | 1011111 | 1010010 | 101001 |
Color Harmonies of #5CC013
Complementary color
Monochromatic Colors of #5CC013
Black with #5CC013
Text Example
Text Example
White with #5CC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC013; }
p { color: rgb(92,192,19); }
H1.HeaderClassName
{
color: #5CC013;
}
.AnyTagClassName
{
color: #5CC013;
}
</style>
background-color css
<style>
a { background-color: #5CC013; }
a { background-color: rgb(92,192,19); }
div.DivClassName
{
background-color: #5CC013;
}
.BgClassName
{
background-color: #5CC013;
}
</style>
border-color css
<style>
span { border-color: #5CC013; }
span { border-color: rgb(92,192,19); }
td.TdClassName
{
border-color: #5CC013;
}
.TagClassName
{
border-color: #5CC013;
}
</style>