Shades of Kelly Green #5CBC1E
Tints of Kelly Green #5CBC1E
RGB
CMYK
RGB Variations
Color information
#5CBC1E (or 0x5CBC1E) is known color: Kelly Green. HEX triplet: 5C, BC and 1E. RGB value is (92,188,30). Sum of RGB (Red+Green+Blue) = 92+188+30=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC1E is #A343E1. Grayscale: #8D8D8D. Windows color (decimal): -10699746 or 2014300. OLE color: 2014300.
HSL color Cylindrical-coordinate representation of color #5CBC1E: hue angle of 96.46º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5CBC1E is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 30 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.26 |
| HSL | 96.46º | 0.72% | 0.43% | - |
| HSV(B) | 96.46º | 0.84% | 0.74% | - |
| XYZ | 22.63 | 38.34 | 7.43 | - |
| YUV | 141.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 30 | 0.51 | 0 | 0.84 | 0.26 | 96.46 | 0.72 | 0.43 |
| Hex | 5C | BC | 1E | 33 | 0 | 54 | 1A | 60 | 48 | 2B |
| Octal | 134 | 274 | 36 | 63 | 0 | 124 | 32 | 140 | 110 | 53 |
| Binary | 1011100 | 10111100 | 11110 | 110011 | 0 | 1010100 | 11010 | 1100000 | 1001000 | 101011 |
Color Harmonies of #5CBC1E
Complementary color
Monochromatic Colors of #5CBC1E
Black with #5CBC1E
Text Example
Text Example
White with #5CBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC1E; }
p { color: rgb(92,188,30); }
H1.HeaderClassName
{
color: #5CBC1E;
}
.AnyTagClassName
{
color: #5CBC1E;
}
</style>
background-color css
<style>
a { background-color: #5CBC1E; }
a { background-color: rgb(92,188,30); }
div.DivClassName
{
background-color: #5CBC1E;
}
.BgClassName
{
background-color: #5CBC1E;
}
</style>
border-color css
<style>
span { border-color: #5CBC1E; }
span { border-color: rgb(92,188,30); }
td.TdClassName
{
border-color: #5CBC1E;
}
.TagClassName
{
border-color: #5CBC1E;
}
</style>