Shades of Kelly Green #5CB000
Tints of Kelly Green #5CB000
RGB
CMYK
RGB Variations
Color information
#5CB000 (or 0x5CB000) is known color: Kelly Green. HEX triplet: 5C, B0 and 00. RGB value is (92,176,0). Sum of RGB (Red+Green+Blue) = 92+176+0=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CB000 is #A34FFF. Grayscale: #838383. Windows color (decimal): -10702848 or 45148. OLE color: 45148.
HSL color Cylindrical-coordinate representation of color #5CB000: hue angle of 88.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CB000 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.31 |
| HSL | 88.64º | 1% | 0.35% | - |
| HSV(B) | 88.64º | 1% | 0.69% | - |
| XYZ | 19.94 | 33.33 | 5.38 | - |
| YUV | 130.82 | 54.17 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 0 | 0.48 | 0 | 1 | 0.31 | 88.64 | 1 | 0.35 |
| Hex | 5C | B0 | 0 | 30 | 0 | 64 | 1F | 59 | 64 | 23 |
| Octal | 134 | 260 | 0 | 60 | 0 | 144 | 37 | 131 | 144 | 43 |
| Binary | 1011100 | 10110000 | 0 | 110000 | 0 | 1100100 | 11111 | 1011001 | 1100100 | 100011 |
Color Harmonies of #5CB000
Complementary color
Monochromatic Colors of #5CB000
Black with #5CB000
Text Example
Text Example
White with #5CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB000; }
p { color: rgb(92,176,0); }
H1.HeaderClassName
{
color: #5CB000;
}
.AnyTagClassName
{
color: #5CB000;
}
</style>
background-color css
<style>
a { background-color: #5CB000; }
a { background-color: rgb(92,176,0); }
div.DivClassName
{
background-color: #5CB000;
}
.BgClassName
{
background-color: #5CB000;
}
</style>
border-color css
<style>
span { border-color: #5CB000; }
span { border-color: rgb(92,176,0); }
td.TdClassName
{
border-color: #5CB000;
}
.TagClassName
{
border-color: #5CB000;
}
</style>