Shades of Kelly Green #5BAF12
Tints of Kelly Green #5BAF12
RGB
CMYK
RGB Variations
Color information
#5BAF12 (or 0x5BAF12) is known color: Kelly Green. HEX triplet: 5B, AF and 12. RGB value is (91,175,18). Sum of RGB (Red+Green+Blue) = 91+175+18=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAF12 is #A450ED. Grayscale: #848484. Windows color (decimal): -10768622 or 1224539. OLE color: 1224539.
HSL color Cylindrical-coordinate representation of color #5BAF12: hue angle of 92.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BAF12 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 18 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.31 |
| HSL | 92.1º | 0.81% | 0.38% | - |
| HSV(B) | 92.1º | 0.9% | 0.69% | - |
| XYZ | 19.75 | 32.93 | 5.89 | - |
| YUV | 131.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 18 | 0.48 | 0 | 0.90 | 0.31 | 92.1 | 0.81 | 0.38 |
| Hex | 5B | AF | 12 | 30 | 0 | 5A | 1F | 5C | 51 | 26 |
| Octal | 133 | 257 | 22 | 60 | 0 | 132 | 37 | 134 | 121 | 46 |
| Binary | 1011011 | 10101111 | 10010 | 110000 | 0 | 1011010 | 11111 | 1011100 | 1010001 | 100110 |
Color Harmonies of #5BAF12
Complementary color
Monochromatic Colors of #5BAF12
Black with #5BAF12
Text Example
Text Example
White with #5BAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF12; }
p { color: rgb(91,175,18); }
H1.HeaderClassName
{
color: #5BAF12;
}
.AnyTagClassName
{
color: #5BAF12;
}
</style>
background-color css
<style>
a { background-color: #5BAF12; }
a { background-color: rgb(91,175,18); }
div.DivClassName
{
background-color: #5BAF12;
}
.BgClassName
{
background-color: #5BAF12;
}
</style>
border-color css
<style>
span { border-color: #5BAF12; }
span { border-color: rgb(91,175,18); }
td.TdClassName
{
border-color: #5BAF12;
}
.TagClassName
{
border-color: #5BAF12;
}
</style>