Shades of Christi #5BA50B
Tints of Christi #5BA50B
RGB
CMYK
RGB Variations
Color information
#5BA50B (or 0x5BA50B) is known color: Christi. HEX triplet: 5B, A5 and 0B. RGB value is (91,165,11). Sum of RGB (Red+Green+Blue) = 91+165+11=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA50B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA50B is #A45AF4. Grayscale: #7D7D7D. Windows color (decimal): -10771189 or 763227. OLE color: 763227.
HSL color Cylindrical-coordinate representation of color #5BA50B: hue angle of 88.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BA50B is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 11 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.35 |
| HSL | 88.83º | 0.88% | 0.35% | - |
| HSV(B) | 88.83º | 0.93% | 0.65% | - |
| XYZ | 17.83 | 29.16 | 5.01 | - |
| YUV | 125.32 | 63.48 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 11 | 0.45 | 0 | 0.93 | 0.35 | 88.83 | 0.88 | 0.35 |
| Hex | 5B | A5 | B | 2D | 0 | 5D | 23 | 59 | 58 | 23 |
| Octal | 133 | 245 | 13 | 55 | 0 | 135 | 43 | 131 | 130 | 43 |
| Binary | 1011011 | 10100101 | 1011 | 101101 | 0 | 1011101 | 100011 | 1011001 | 1011000 | 100011 |
Color Harmonies of #5BA50B
Complementary color
Monochromatic Colors of #5BA50B
Black with #5BA50B
Text Example
Text Example
White with #5BA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA50B; }
p { color: rgb(91,165,11); }
H1.HeaderClassName
{
color: #5BA50B;
}
.AnyTagClassName
{
color: #5BA50B;
}
</style>
background-color css
<style>
a { background-color: #5BA50B; }
a { background-color: rgb(91,165,11); }
div.DivClassName
{
background-color: #5BA50B;
}
.BgClassName
{
background-color: #5BA50B;
}
</style>
border-color css
<style>
span { border-color: #5BA50B; }
span { border-color: rgb(91,165,11); }
td.TdClassName
{
border-color: #5BA50B;
}
.TagClassName
{
border-color: #5BA50B;
}
</style>