Shades of Christi #5BA602
Tints of Christi #5BA602
RGB
CMYK
RGB Variations
Color information
#5BA602 (or 0x5BA602) is known color: Christi. HEX triplet: 5B, A6 and 02. RGB value is (91,166,2). Sum of RGB (Red+Green+Blue) = 91+166+2=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 166 (65.23% from 255 or 64.09% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA602 is #A459FD. Grayscale: #7D7D7D. Windows color (decimal): -10770942 or 173659. OLE color: 173659.
HSL color Cylindrical-coordinate representation of color #5BA602: hue angle of 87.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BA602 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.35 |
| HSL | 87.44º | 0.98% | 0.33% | - |
| HSV(B) | 87.44º | 0.99% | 0.65% | - |
| XYZ | 17.96 | 29.5 | 4.81 | - |
| YUV | 124.88 | 58.65 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 2 | 0.45 | 0 | 0.99 | 0.35 | 87.44 | 0.98 | 0.33 |
| Hex | 5B | A6 | 2 | 2D | 0 | 63 | 23 | 57 | 62 | 21 |
| Octal | 133 | 246 | 2 | 55 | 0 | 143 | 43 | 127 | 142 | 41 |
| Binary | 1011011 | 10100110 | 10 | 101101 | 0 | 1100011 | 100011 | 1010111 | 1100010 | 100001 |
Color Harmonies of #5BA602
Complementary color
Monochromatic Colors of #5BA602
Black with #5BA602
Text Example
Text Example
White with #5BA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA602; }
p { color: rgb(91,166,2); }
H1.HeaderClassName
{
color: #5BA602;
}
.AnyTagClassName
{
color: #5BA602;
}
</style>
background-color css
<style>
a { background-color: #5BA602; }
a { background-color: rgb(91,166,2); }
div.DivClassName
{
background-color: #5BA602;
}
.BgClassName
{
background-color: #5BA602;
}
</style>
border-color css
<style>
span { border-color: #5BA602; }
span { border-color: rgb(91,166,2); }
td.TdClassName
{
border-color: #5BA602;
}
.TagClassName
{
border-color: #5BA602;
}
</style>