Shades of Kelly Green #5BD514
Tints of Kelly Green #5BD514
RGB
CMYK
RGB Variations
Color information
#5BD514 (or 0x5BD514) is known color: Kelly Green. HEX triplet: 5B, D5 and 14. RGB value is (91,213,20). Sum of RGB (Red+Green+Blue) = 91+213+20=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BD514 is #A42AEB. Grayscale: #9B9B9B. Windows color (decimal): -10758892 or 1365339. OLE color: 1365339.
HSL color Cylindrical-coordinate representation of color #5BD514: hue angle of 97.93º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5BD514 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 20 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.16 |
| HSL | 97.93º | 0.83% | 0.46% | - |
| HSV(B) | 97.93º | 0.91% | 0.84% | - |
| XYZ | 28.23 | 49.86 | 8.8 | - |
| YUV | 154.52 | 52.08 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 20 | 0.57 | 0 | 0.91 | 0.16 | 97.93 | 0.83 | 0.46 |
| Hex | 5B | D5 | 14 | 39 | 0 | 5B | 10 | 62 | 53 | 2E |
| Octal | 133 | 325 | 24 | 71 | 0 | 133 | 20 | 142 | 123 | 56 |
| Binary | 1011011 | 11010101 | 10100 | 111001 | 0 | 1011011 | 10000 | 1100010 | 1010011 | 101110 |
Color Harmonies of #5BD514
Complementary color
Monochromatic Colors of #5BD514
Black with #5BD514
Text Example
Text Example
White with #5BD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD514; }
p { color: rgb(91,213,20); }
H1.HeaderClassName
{
color: #5BD514;
}
.AnyTagClassName
{
color: #5BD514;
}
</style>
background-color css
<style>
a { background-color: #5BD514; }
a { background-color: rgb(91,213,20); }
div.DivClassName
{
background-color: #5BD514;
}
.BgClassName
{
background-color: #5BD514;
}
</style>
border-color css
<style>
span { border-color: #5BD514; }
span { border-color: rgb(91,213,20); }
td.TdClassName
{
border-color: #5BD514;
}
.TagClassName
{
border-color: #5BD514;
}
</style>