Shades of Christi #5BA907
Tints of Christi #5BA907
RGB
CMYK
RGB Variations
Color information
#5BA907 (or 0x5BA907) is known color: Christi. HEX triplet: 5B, A9 and 07. RGB value is (91,169,7). Sum of RGB (Red+Green+Blue) = 91+169+7=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA907 is #A456F8. Grayscale: #7F7F7F. Windows color (decimal): -10770169 or 502107. OLE color: 502107.
HSL color Cylindrical-coordinate representation of color #5BA907: hue angle of 88.89º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5BA907 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 7 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.34 |
| HSL | 88.89º | 0.92% | 0.35% | - |
| HSV(B) | 88.89º | 0.96% | 0.66% | - |
| XYZ | 18.54 | 30.62 | 5.13 | - |
| YUV | 127.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 7 | 0.46 | 0 | 0.96 | 0.34 | 88.89 | 0.92 | 0.35 |
| Hex | 5B | A9 | 7 | 2E | 0 | 60 | 22 | 59 | 5C | 23 |
| Octal | 133 | 251 | 7 | 56 | 0 | 140 | 42 | 131 | 134 | 43 |
| Binary | 1011011 | 10101001 | 111 | 101110 | 0 | 1100000 | 100010 | 1011001 | 1011100 | 100011 |
Color Harmonies of #5BA907
Complementary color
Monochromatic Colors of #5BA907
Black with #5BA907
Text Example
Text Example
White with #5BA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA907; }
p { color: rgb(91,169,7); }
H1.HeaderClassName
{
color: #5BA907;
}
.AnyTagClassName
{
color: #5BA907;
}
</style>
background-color css
<style>
a { background-color: #5BA907; }
a { background-color: rgb(91,169,7); }
div.DivClassName
{
background-color: #5BA907;
}
.BgClassName
{
background-color: #5BA907;
}
</style>
border-color css
<style>
span { border-color: #5BA907; }
span { border-color: rgb(91,169,7); }
td.TdClassName
{
border-color: #5BA907;
}
.TagClassName
{
border-color: #5BA907;
}
</style>