Shades of Kelly Green #5BC00F
Tints of Kelly Green #5BC00F
RGB
CMYK
RGB Variations
Color information
#5BC00F (or 0x5BC00F) is known color: Kelly Green. HEX triplet: 5B, C0 and 0F. RGB value is (91,192,15). Sum of RGB (Red+Green+Blue) = 91+192+15=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC00F is #A43FF0. Grayscale: #8E8E8E. Windows color (decimal): -10764273 or 1032283. OLE color: 1032283.
HSL color Cylindrical-coordinate representation of color #5BC00F: hue angle of 94.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BC00F is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 15 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.25 |
| HSL | 94.24º | 0.86% | 0.41% | - |
| HSV(B) | 94.24º | 0.92% | 0.75% | - |
| XYZ | 23.25 | 39.96 | 6.94 | - |
| YUV | 141.62 | 56.54 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 15 | 0.53 | 0 | 0.92 | 0.25 | 94.24 | 0.86 | 0.41 |
| Hex | 5B | C0 | F | 35 | 0 | 5C | 19 | 5E | 56 | 29 |
| Octal | 133 | 300 | 17 | 65 | 0 | 134 | 31 | 136 | 126 | 51 |
| Binary | 1011011 | 11000000 | 1111 | 110101 | 0 | 1011100 | 11001 | 1011110 | 1010110 | 101001 |
Color Harmonies of #5BC00F
Complementary color
Monochromatic Colors of #5BC00F
Black with #5BC00F
Text Example
Text Example
White with #5BC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC00F; }
p { color: rgb(91,192,15); }
H1.HeaderClassName
{
color: #5BC00F;
}
.AnyTagClassName
{
color: #5BC00F;
}
</style>
background-color css
<style>
a { background-color: #5BC00F; }
a { background-color: rgb(91,192,15); }
div.DivClassName
{
background-color: #5BC00F;
}
.BgClassName
{
background-color: #5BC00F;
}
</style>
border-color css
<style>
span { border-color: #5BC00F; }
span { border-color: rgb(91,192,15); }
td.TdClassName
{
border-color: #5BC00F;
}
.TagClassName
{
border-color: #5BC00F;
}
</style>