Shades of Kelly Green #5CBF14
Tints of Kelly Green #5CBF14
RGB
CMYK
RGB Variations
Color information
#5CBF14 (or 0x5CBF14) is known color: Kelly Green. HEX triplet: 5C, BF and 14. RGB value is (92,191,20). Sum of RGB (Red+Green+Blue) = 92+191+20=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBF14 is #A340EB. Grayscale: #8E8E8E. Windows color (decimal): -10698988 or 1359708. OLE color: 1359708.
HSL color Cylindrical-coordinate representation of color #5CBF14: hue angle of 94.74º degrees, saturation: 0.81, 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 #5CBF14 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 20 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.25 |
| HSL | 94.74º | 0.81% | 0.41% | - |
| HSV(B) | 94.74º | 0.9% | 0.75% | - |
| XYZ | 23.17 | 39.59 | 7.08 | - |
| YUV | 141.91 | 59.2 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 20 | 0.52 | 0 | 0.90 | 0.25 | 94.74 | 0.81 | 0.41 |
| Hex | 5C | BF | 14 | 34 | 0 | 5A | 19 | 5F | 51 | 29 |
| Octal | 134 | 277 | 24 | 64 | 0 | 132 | 31 | 137 | 121 | 51 |
| Binary | 1011100 | 10111111 | 10100 | 110100 | 0 | 1011010 | 11001 | 1011111 | 1010001 | 101001 |
Color Harmonies of #5CBF14
Complementary color
Monochromatic Colors of #5CBF14
Black with #5CBF14
Text Example
Text Example
White with #5CBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF14; }
p { color: rgb(92,191,20); }
H1.HeaderClassName
{
color: #5CBF14;
}
.AnyTagClassName
{
color: #5CBF14;
}
</style>
background-color css
<style>
a { background-color: #5CBF14; }
a { background-color: rgb(92,191,20); }
div.DivClassName
{
background-color: #5CBF14;
}
.BgClassName
{
background-color: #5CBF14;
}
</style>
border-color css
<style>
span { border-color: #5CBF14; }
span { border-color: rgb(92,191,20); }
td.TdClassName
{
border-color: #5CBF14;
}
.TagClassName
{
border-color: #5CBF14;
}
</style>