Shades of Kelly Green #5CB020
Tints of Kelly Green #5CB020
RGB
CMYK
RGB Variations
Color information
#5CB020 (or 0x5CB020) is known color: Kelly Green. HEX triplet: 5C, B0 and 20. RGB value is (92,176,32). Sum of RGB (Red+Green+Blue) = 92+176+32=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 176 (69.14% from 255 or 58.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB020 is #A34FDF. Grayscale: #868686. Windows color (decimal): -10702816 or 2142300. OLE color: 2142300.
HSL color Cylindrical-coordinate representation of color #5CB020: hue angle of 95º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5CB020 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 32 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.31 |
| HSL | 95º | 0.69% | 0.41% | - |
| HSV(B) | 95º | 0.82% | 0.69% | - |
| XYZ | 20.2 | 33.43 | 6.75 | - |
| YUV | 134.47 | 70.17 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 32 | 0.48 | 0 | 0.82 | 0.31 | 95 | 0.69 | 0.41 |
| Hex | 5C | B0 | 20 | 30 | 0 | 52 | 1F | 5F | 45 | 29 |
| Octal | 134 | 260 | 40 | 60 | 0 | 122 | 37 | 137 | 105 | 51 |
| Binary | 1011100 | 10110000 | 100000 | 110000 | 0 | 1010010 | 11111 | 1011111 | 1000101 | 101001 |
Color Harmonies of #5CB020
Complementary color
Monochromatic Colors of #5CB020
Black with #5CB020
Text Example
Text Example
White with #5CB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB020; }
p { color: rgb(92,176,32); }
H1.HeaderClassName
{
color: #5CB020;
}
.AnyTagClassName
{
color: #5CB020;
}
</style>
background-color css
<style>
a { background-color: #5CB020; }
a { background-color: rgb(92,176,32); }
div.DivClassName
{
background-color: #5CB020;
}
.BgClassName
{
background-color: #5CB020;
}
</style>
border-color css
<style>
span { border-color: #5CB020; }
span { border-color: rgb(92,176,32); }
td.TdClassName
{
border-color: #5CB020;
}
.TagClassName
{
border-color: #5CB020;
}
</style>