Shades of Christi #5BA604
Tints of Christi #5BA604
RGB
CMYK
RGB Variations
Color information
#5BA604 (or 0x5BA604) is known color: Christi. HEX triplet: 5B, A6 and 04. RGB value is (91,166,4). Sum of RGB (Red+Green+Blue) = 91+166+4=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 166 (65.23% from 255 or 63.60% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA604 is #A459FB. Grayscale: #7D7D7D. Windows color (decimal): -10770940 or 304731. OLE color: 304731.
HSL color Cylindrical-coordinate representation of color #5BA604: hue angle of 87.78º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5BA604 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.35 |
| HSL | 87.78º | 0.95% | 0.33% | - |
| HSV(B) | 87.78º | 0.98% | 0.65% | - |
| XYZ | 17.97 | 29.51 | 4.86 | - |
| YUV | 125.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 4 | 0.45 | 0 | 0.98 | 0.35 | 87.78 | 0.95 | 0.33 |
| Hex | 5B | A6 | 4 | 2D | 0 | 62 | 23 | 58 | 5F | 21 |
| Octal | 133 | 246 | 4 | 55 | 0 | 142 | 43 | 130 | 137 | 41 |
| Binary | 1011011 | 10100110 | 100 | 101101 | 0 | 1100010 | 100011 | 1011000 | 1011111 | 100001 |
Color Harmonies of #5BA604
Complementary color
Monochromatic Colors of #5BA604
Black with #5BA604
Text Example
Text Example
White with #5BA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA604; }
p { color: rgb(91,166,4); }
H1.HeaderClassName
{
color: #5BA604;
}
.AnyTagClassName
{
color: #5BA604;
}
</style>
background-color css
<style>
a { background-color: #5BA604; }
a { background-color: rgb(91,166,4); }
div.DivClassName
{
background-color: #5BA604;
}
.BgClassName
{
background-color: #5BA604;
}
</style>
border-color css
<style>
span { border-color: #5BA604; }
span { border-color: rgb(91,166,4); }
td.TdClassName
{
border-color: #5BA604;
}
.TagClassName
{
border-color: #5BA604;
}
</style>