Shades of Kelly Green #5BC000
Tints of Kelly Green #5BC000
RGB
CMYK
RGB Variations
Color information
#5BC000 (or 0x5BC000) is known color: Kelly Green. HEX triplet: 5B, C0 and 00. RGB value is (91,192,0). Sum of RGB (Red+Green+Blue) = 91+192+0=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC000 is #A43FFF. Grayscale: #8C8C8C. Windows color (decimal): -10764288 or 49243. OLE color: 49243.
HSL color Cylindrical-coordinate representation of color #5BC000: hue angle of 91.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BC000 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.25 |
| HSL | 91.56º | 1% | 0.38% | - |
| HSV(B) | 91.56º | 1% | 0.75% | - |
| XYZ | 23.16 | 39.92 | 6.49 | - |
| YUV | 139.91 | 49.04 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 0 | 0.53 | 0 | 1 | 0.25 | 91.56 | 1 | 0.38 |
| Hex | 5B | C0 | 0 | 35 | 0 | 64 | 19 | 5C | 64 | 26 |
| Octal | 133 | 300 | 0 | 65 | 0 | 144 | 31 | 134 | 144 | 46 |
| Binary | 1011011 | 11000000 | 0 | 110101 | 0 | 1100100 | 11001 | 1011100 | 1100100 | 100110 |
Color Harmonies of #5BC000
Complementary color
Monochromatic Colors of #5BC000
Black with #5BC000
Text Example
Text Example
White with #5BC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC000; }
p { color: rgb(91,192,0); }
H1.HeaderClassName
{
color: #5BC000;
}
.AnyTagClassName
{
color: #5BC000;
}
</style>
background-color css
<style>
a { background-color: #5BC000; }
a { background-color: rgb(91,192,0); }
div.DivClassName
{
background-color: #5BC000;
}
.BgClassName
{
background-color: #5BC000;
}
</style>
border-color css
<style>
span { border-color: #5BC000; }
span { border-color: rgb(91,192,0); }
td.TdClassName
{
border-color: #5BC000;
}
.TagClassName
{
border-color: #5BC000;
}
</style>