Shades of Kelly Green #5BAB0C
Tints of Kelly Green #5BAB0C
RGB
CMYK
RGB Variations
Color information
#5BAB0C (or 0x5BAB0C) is known color: Kelly Green. HEX triplet: 5B, AB and 0C. RGB value is (91,171,12). Sum of RGB (Red+Green+Blue) = 91+171+12=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAB0C is #A454F3. Grayscale: #818181. Windows color (decimal): -10769652 or 830299. OLE color: 830299.
HSL color Cylindrical-coordinate representation of color #5BAB0C: hue angle of 90.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BAB0C is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 12 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.33 |
| HSL | 90.19º | 0.87% | 0.36% | - |
| HSV(B) | 90.19º | 0.93% | 0.67% | - |
| XYZ | 18.94 | 31.38 | 5.41 | - |
| YUV | 128.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 12 | 0.47 | 0 | 0.93 | 0.33 | 90.19 | 0.87 | 0.36 |
| Hex | 5B | AB | C | 2F | 0 | 5D | 21 | 5A | 57 | 24 |
| Octal | 133 | 253 | 14 | 57 | 0 | 135 | 41 | 132 | 127 | 44 |
| Binary | 1011011 | 10101011 | 1100 | 101111 | 0 | 1011101 | 100001 | 1011010 | 1010111 | 100100 |
Color Harmonies of #5BAB0C
Complementary color
Monochromatic Colors of #5BAB0C
Black with #5BAB0C
Text Example
Text Example
White with #5BAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB0C; }
p { color: rgb(91,171,12); }
H1.HeaderClassName
{
color: #5BAB0C;
}
.AnyTagClassName
{
color: #5BAB0C;
}
</style>
background-color css
<style>
a { background-color: #5BAB0C; }
a { background-color: rgb(91,171,12); }
div.DivClassName
{
background-color: #5BAB0C;
}
.BgClassName
{
background-color: #5BAB0C;
}
</style>
border-color css
<style>
span { border-color: #5BAB0C; }
span { border-color: rgb(91,171,12); }
td.TdClassName
{
border-color: #5BAB0C;
}
.TagClassName
{
border-color: #5BAB0C;
}
</style>