Shades of Christi #5BA104
Tints of Christi #5BA104
RGB
CMYK
RGB Variations
Color information
#5BA104 (or 0x5BA104) is known color: Christi. HEX triplet: 5B, A1 and 04. RGB value is (91,161,4). Sum of RGB (Red+Green+Blue) = 91+161+4=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA104 is #A45EFB. Grayscale: #7A7A7A. Windows color (decimal): -10772220 or 303451. OLE color: 303451.
HSL color Cylindrical-coordinate representation of color #5BA104: hue angle of 86.75º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5BA104 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 4 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.37 |
| HSL | 86.75º | 0.95% | 0.32% | - |
| HSV(B) | 86.75º | 0.98% | 0.63% | - |
| XYZ | 17.08 | 27.72 | 4.57 | - |
| YUV | 122.17 | 61.31 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 4 | 0.43 | 0 | 0.98 | 0.37 | 86.75 | 0.95 | 0.32 |
| Hex | 5B | A1 | 4 | 2B | 0 | 62 | 25 | 57 | 5F | 20 |
| Octal | 133 | 241 | 4 | 53 | 0 | 142 | 45 | 127 | 137 | 40 |
| Binary | 1011011 | 10100001 | 100 | 101011 | 0 | 1100010 | 100101 | 1010111 | 1011111 | 100000 |
Color Harmonies of #5BA104
Complementary color
Monochromatic Colors of #5BA104
Black with #5BA104
Text Example
Text Example
White with #5BA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA104; }
p { color: rgb(91,161,4); }
H1.HeaderClassName
{
color: #5BA104;
}
.AnyTagClassName
{
color: #5BA104;
}
</style>
background-color css
<style>
a { background-color: #5BA104; }
a { background-color: rgb(91,161,4); }
div.DivClassName
{
background-color: #5BA104;
}
.BgClassName
{
background-color: #5BA104;
}
</style>
border-color css
<style>
span { border-color: #5BA104; }
span { border-color: rgb(91,161,4); }
td.TdClassName
{
border-color: #5BA104;
}
.TagClassName
{
border-color: #5BA104;
}
</style>