Shades of Christi #5BA913
Tints of Christi #5BA913
RGB
CMYK
RGB Variations
Color information
#5BA913 (or 0x5BA913) is known color: Christi. HEX triplet: 5B, A9 and 13. RGB value is (91,169,19). Sum of RGB (Red+Green+Blue) = 91+169+19=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA913 is #A456EC. Grayscale: #818181. Windows color (decimal): -10770157 or 1288539. OLE color: 1288539.
HSL color Cylindrical-coordinate representation of color #5BA913: hue angle of 91.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5BA913 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 19 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.34 |
| HSL | 91.2º | 0.8% | 0.37% | - |
| HSV(B) | 91.2º | 0.89% | 0.66% | - |
| XYZ | 18.62 | 30.65 | 5.55 | - |
| YUV | 128.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 19 | 0.46 | 0 | 0.89 | 0.34 | 91.2 | 0.8 | 0.37 |
| Hex | 5B | A9 | 13 | 2E | 0 | 59 | 22 | 5B | 50 | 25 |
| Octal | 133 | 251 | 23 | 56 | 0 | 131 | 42 | 133 | 120 | 45 |
| Binary | 1011011 | 10101001 | 10011 | 101110 | 0 | 1011001 | 100010 | 1011011 | 1010000 | 100101 |
Color Harmonies of #5BA913
Complementary color
Monochromatic Colors of #5BA913
Black with #5BA913
Text Example
Text Example
White with #5BA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA913; }
p { color: rgb(91,169,19); }
H1.HeaderClassName
{
color: #5BA913;
}
.AnyTagClassName
{
color: #5BA913;
}
</style>
background-color css
<style>
a { background-color: #5BA913; }
a { background-color: rgb(91,169,19); }
div.DivClassName
{
background-color: #5BA913;
}
.BgClassName
{
background-color: #5BA913;
}
</style>
border-color css
<style>
span { border-color: #5BA913; }
span { border-color: rgb(91,169,19); }
td.TdClassName
{
border-color: #5BA913;
}
.TagClassName
{
border-color: #5BA913;
}
</style>