Shades of Kelly Green #5BC401
Tints of Kelly Green #5BC401
RGB
CMYK
RGB Variations
Color information
#5BC401 (or 0x5BC401) is known color: Kelly Green. HEX triplet: 5B, C4 and 01. RGB value is (91,196,1). Sum of RGB (Red+Green+Blue) = 91+196+1=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC401 is #A43BFE. Grayscale: #8F8F8F. Windows color (decimal): -10763263 or 115803. OLE color: 115803.
HSL color Cylindrical-coordinate representation of color #5BC401: hue angle of 92.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BC401 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.23 |
| HSL | 92.31º | 0.99% | 0.39% | - |
| HSV(B) | 92.31º | 0.99% | 0.77% | - |
| XYZ | 24.06 | 41.71 | 6.81 | - |
| YUV | 142.38 | 48.21 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 1 | 0.54 | 0 | 0.99 | 0.23 | 92.31 | 0.99 | 0.39 |
| Hex | 5B | C4 | 1 | 36 | 0 | 63 | 17 | 5C | 63 | 27 |
| Octal | 133 | 304 | 1 | 66 | 0 | 143 | 27 | 134 | 143 | 47 |
| Binary | 1011011 | 11000100 | 1 | 110110 | 0 | 1100011 | 10111 | 1011100 | 1100011 | 100111 |
Color Harmonies of #5BC401
Complementary color
Monochromatic Colors of #5BC401
Black with #5BC401
Text Example
Text Example
White with #5BC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC401; }
p { color: rgb(91,196,1); }
H1.HeaderClassName
{
color: #5BC401;
}
.AnyTagClassName
{
color: #5BC401;
}
</style>
background-color css
<style>
a { background-color: #5BC401; }
a { background-color: rgb(91,196,1); }
div.DivClassName
{
background-color: #5BC401;
}
.BgClassName
{
background-color: #5BC401;
}
</style>
border-color css
<style>
span { border-color: #5BC401; }
span { border-color: rgb(91,196,1); }
td.TdClassName
{
border-color: #5BC401;
}
.TagClassName
{
border-color: #5BC401;
}
</style>