Shades of Kelly Green #5BD014
Tints of Kelly Green #5BD014
RGB
CMYK
RGB Variations
Color information
#5BD014 (or 0x5BD014) is known color: Kelly Green. HEX triplet: 5B, D0 and 14. RGB value is (91,208,20). Sum of RGB (Red+Green+Blue) = 91+208+20=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BD014 is #A42FEB. Grayscale: #989898. Windows color (decimal): -10760172 or 1364059. OLE color: 1364059.
HSL color Cylindrical-coordinate representation of color #5BD014: hue angle of 97.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BD014 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 20 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.18 |
| HSL | 97.34º | 0.82% | 0.45% | - |
| HSV(B) | 97.34º | 0.9% | 0.82% | - |
| XYZ | 27 | 47.39 | 8.39 | - |
| YUV | 151.59 | 53.74 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 20 | 0.56 | 0 | 0.90 | 0.18 | 97.34 | 0.82 | 0.45 |
| Hex | 5B | D0 | 14 | 38 | 0 | 5A | 12 | 61 | 52 | 2D |
| Octal | 133 | 320 | 24 | 70 | 0 | 132 | 22 | 141 | 122 | 55 |
| Binary | 1011011 | 11010000 | 10100 | 111000 | 0 | 1011010 | 10010 | 1100001 | 1010010 | 101101 |
Color Harmonies of #5BD014
Complementary color
Monochromatic Colors of #5BD014
Black with #5BD014
Text Example
Text Example
White with #5BD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD014; }
p { color: rgb(91,208,20); }
H1.HeaderClassName
{
color: #5BD014;
}
.AnyTagClassName
{
color: #5BD014;
}
</style>
background-color css
<style>
a { background-color: #5BD014; }
a { background-color: rgb(91,208,20); }
div.DivClassName
{
background-color: #5BD014;
}
.BgClassName
{
background-color: #5BD014;
}
</style>
border-color css
<style>
span { border-color: #5BD014; }
span { border-color: rgb(91,208,20); }
td.TdClassName
{
border-color: #5BD014;
}
.TagClassName
{
border-color: #5BD014;
}
</style>