Shades of Kelly Green #5BDC12
Tints of Kelly Green #5BDC12
RGB
CMYK
RGB Variations
Color information
#5BDC12 (or 0x5BDC12) is known color: Kelly Green. HEX triplet: 5B, DC and 12. RGB value is (91,220,18). Sum of RGB (Red+Green+Blue) = 91+220+18=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BDC12 is #A423ED. Grayscale: #9F9F9F. Windows color (decimal): -10757102 or 1236059. OLE color: 1236059.
HSL color Cylindrical-coordinate representation of color #5BDC12: hue angle of 98.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BDC12 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 18 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.14 |
| HSL | 98.32º | 0.85% | 0.47% | - |
| HSV(B) | 98.32º | 0.92% | 0.86% | - |
| XYZ | 30.02 | 53.45 | 9.31 | - |
| YUV | 158.4 | 48.76 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 18 | 0.59 | 0 | 0.92 | 0.14 | 98.32 | 0.85 | 0.47 |
| Hex | 5B | DC | 12 | 3B | 0 | 5C | E | 62 | 55 | 2F |
| Octal | 133 | 334 | 22 | 73 | 0 | 134 | 16 | 142 | 125 | 57 |
| Binary | 1011011 | 11011100 | 10010 | 111011 | 0 | 1011100 | 1110 | 1100010 | 1010101 | 101111 |
Color Harmonies of #5BDC12
Complementary color
Monochromatic Colors of #5BDC12
Black with #5BDC12
Text Example
Text Example
White with #5BDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC12; }
p { color: rgb(91,220,18); }
H1.HeaderClassName
{
color: #5BDC12;
}
.AnyTagClassName
{
color: #5BDC12;
}
</style>
background-color css
<style>
a { background-color: #5BDC12; }
a { background-color: rgb(91,220,18); }
div.DivClassName
{
background-color: #5BDC12;
}
.BgClassName
{
background-color: #5BDC12;
}
</style>
border-color css
<style>
span { border-color: #5BDC12; }
span { border-color: rgb(91,220,18); }
td.TdClassName
{
border-color: #5BDC12;
}
.TagClassName
{
border-color: #5BDC12;
}
</style>