Shades of Christi #5BA401
Tints of Christi #5BA401
RGB
CMYK
RGB Variations
Color information
#5BA401 (or 0x5BA401) is known color: Christi. HEX triplet: 5B, A4 and 01. RGB value is (91,164,1). Sum of RGB (Red+Green+Blue) = 91+164+1=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA401 is #A45BFE. Grayscale: #7C7C7C. Windows color (decimal): -10771455 or 107611. OLE color: 107611.
HSL color Cylindrical-coordinate representation of color #5BA401: hue angle of 86.87º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BA401 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.36 |
| HSL | 86.87º | 0.99% | 0.32% | - |
| HSV(B) | 86.87º | 0.99% | 0.64% | - |
| XYZ | 17.6 | 28.78 | 4.66 | - |
| YUV | 123.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 1 | 0.45 | 0 | 0.99 | 0.36 | 86.87 | 0.99 | 0.32 |
| Hex | 5B | A4 | 1 | 2D | 0 | 63 | 24 | 57 | 63 | 20 |
| Octal | 133 | 244 | 1 | 55 | 0 | 143 | 44 | 127 | 143 | 40 |
| Binary | 1011011 | 10100100 | 1 | 101101 | 0 | 1100011 | 100100 | 1010111 | 1100011 | 100000 |
Color Harmonies of #5BA401
Complementary color
Monochromatic Colors of #5BA401
Black with #5BA401
Text Example
Text Example
White with #5BA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA401; }
p { color: rgb(91,164,1); }
H1.HeaderClassName
{
color: #5BA401;
}
.AnyTagClassName
{
color: #5BA401;
}
</style>
background-color css
<style>
a { background-color: #5BA401; }
a { background-color: rgb(91,164,1); }
div.DivClassName
{
background-color: #5BA401;
}
.BgClassName
{
background-color: #5BA401;
}
</style>
border-color css
<style>
span { border-color: #5BA401; }
span { border-color: rgb(91,164,1); }
td.TdClassName
{
border-color: #5BA401;
}
.TagClassName
{
border-color: #5BA401;
}
</style>