Shades of Kelly Green #5CB614
Tints of Kelly Green #5CB614
RGB
CMYK
RGB Variations
Color information
#5CB614 (or 0x5CB614) is known color: Kelly Green. HEX triplet: 5C, B6 and 14. RGB value is (92,182,20). Sum of RGB (Red+Green+Blue) = 92+182+20=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 182 (71.48% from 255 or 61.90% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CB614 is #A349EB. Grayscale: #898989. Windows color (decimal): -10701292 or 1357404. OLE color: 1357404.
HSL color Cylindrical-coordinate representation of color #5CB614: hue angle of 93.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5CB614 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 182 | 20 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.29 |
| HSL | 93.33º | 0.8% | 0.4% | - |
| HSV(B) | 93.33º | 0.89% | 0.71% | - |
| XYZ | 21.27 | 35.78 | 6.45 | - |
| YUV | 136.62 | 62.18 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 182 | 20 | 0.49 | 0 | 0.89 | 0.29 | 93.33 | 0.8 | 0.4 |
| Hex | 5C | B6 | 14 | 31 | 0 | 59 | 1D | 5D | 50 | 28 |
| Octal | 134 | 266 | 24 | 61 | 0 | 131 | 35 | 135 | 120 | 50 |
| Binary | 1011100 | 10110110 | 10100 | 110001 | 0 | 1011001 | 11101 | 1011101 | 1010000 | 101000 |
Color Harmonies of #5CB614
Complementary color
Monochromatic Colors of #5CB614
Black with #5CB614
Text Example
Text Example
White with #5CB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB614; }
p { color: rgb(92,182,20); }
H1.HeaderClassName
{
color: #5CB614;
}
.AnyTagClassName
{
color: #5CB614;
}
</style>
background-color css
<style>
a { background-color: #5CB614; }
a { background-color: rgb(92,182,20); }
div.DivClassName
{
background-color: #5CB614;
}
.BgClassName
{
background-color: #5CB614;
}
</style>
border-color css
<style>
span { border-color: #5CB614; }
span { border-color: rgb(92,182,20); }
td.TdClassName
{
border-color: #5CB614;
}
.TagClassName
{
border-color: #5CB614;
}
</style>