Shades of Christi #5BA711
Tints of Christi #5BA711
RGB
CMYK
RGB Variations
Color information
#5BA711 (or 0x5BA711) is known color: Christi. HEX triplet: 5B, A7 and 11. RGB value is (91,167,17). Sum of RGB (Red+Green+Blue) = 91+167+17=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 167 (65.62% from 255 or 60.73% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA711 is #A458EE. Grayscale: #7F7F7F. Windows color (decimal): -10770671 or 1156955. OLE color: 1156955.
HSL color Cylindrical-coordinate representation of color #5BA711: hue angle of 90.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BA711 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 17 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.35 |
| HSL | 90.4º | 0.82% | 0.36% | - |
| HSV(B) | 90.4º | 0.9% | 0.65% | - |
| XYZ | 18.23 | 29.9 | 5.34 | - |
| YUV | 127.18 | 65.82 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 17 | 0.46 | 0 | 0.90 | 0.35 | 90.4 | 0.82 | 0.36 |
| Hex | 5B | A7 | 11 | 2E | 0 | 5A | 23 | 5A | 52 | 24 |
| Octal | 133 | 247 | 21 | 56 | 0 | 132 | 43 | 132 | 122 | 44 |
| Binary | 1011011 | 10100111 | 10001 | 101110 | 0 | 1011010 | 100011 | 1011010 | 1010010 | 100100 |
Color Harmonies of #5BA711
Complementary color
Monochromatic Colors of #5BA711
Black with #5BA711
Text Example
Text Example
White with #5BA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA711; }
p { color: rgb(91,167,17); }
H1.HeaderClassName
{
color: #5BA711;
}
.AnyTagClassName
{
color: #5BA711;
}
</style>
background-color css
<style>
a { background-color: #5BA711; }
a { background-color: rgb(91,167,17); }
div.DivClassName
{
background-color: #5BA711;
}
.BgClassName
{
background-color: #5BA711;
}
</style>
border-color css
<style>
span { border-color: #5BA711; }
span { border-color: rgb(91,167,17); }
td.TdClassName
{
border-color: #5BA711;
}
.TagClassName
{
border-color: #5BA711;
}
</style>