Shades of Kelly Green #5BC100
Tints of Kelly Green #5BC100
RGB
CMYK
RGB Variations
Color information
#5BC100 (or 0x5BC100) is known color: Kelly Green. HEX triplet: 5B, C1 and 00. RGB value is (91,193,0). Sum of RGB (Red+Green+Blue) = 91+193+0=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC100 is #A43EFF. Grayscale: #8D8D8D. Windows color (decimal): -10764032 or 49499. OLE color: 49499.
HSL color Cylindrical-coordinate representation of color #5BC100: hue angle of 91.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BC100 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.24 |
| HSL | 91.71º | 1% | 0.38% | - |
| HSV(B) | 91.71º | 1% | 0.76% | - |
| XYZ | 23.38 | 40.36 | 6.56 | - |
| YUV | 140.5 | 48.71 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 0 | 0.53 | 0 | 1 | 0.24 | 91.71 | 1 | 0.38 |
| Hex | 5B | C1 | 0 | 35 | 0 | 64 | 18 | 5C | 64 | 26 |
| Octal | 133 | 301 | 0 | 65 | 0 | 144 | 30 | 134 | 144 | 46 |
| Binary | 1011011 | 11000001 | 0 | 110101 | 0 | 1100100 | 11000 | 1011100 | 1100100 | 100110 |
Color Harmonies of #5BC100
Complementary color
Monochromatic Colors of #5BC100
Black with #5BC100
Text Example
Text Example
White with #5BC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC100; }
p { color: rgb(91,193,0); }
H1.HeaderClassName
{
color: #5BC100;
}
.AnyTagClassName
{
color: #5BC100;
}
</style>
background-color css
<style>
a { background-color: #5BC100; }
a { background-color: rgb(91,193,0); }
div.DivClassName
{
background-color: #5BC100;
}
.BgClassName
{
background-color: #5BC100;
}
</style>
border-color css
<style>
span { border-color: #5BC100; }
span { border-color: rgb(91,193,0); }
td.TdClassName
{
border-color: #5BC100;
}
.TagClassName
{
border-color: #5BC100;
}
</style>