Shades of Christi #5BA50C
Tints of Christi #5BA50C
RGB
CMYK
RGB Variations
Color information
#5BA50C (or 0x5BA50C) is known color: Christi. HEX triplet: 5B, A5 and 0C. RGB value is (91,165,12). Sum of RGB (Red+Green+Blue) = 91+165+12=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 165 (64.84% from 255 or 61.57% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA50C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA50C is #A45AF3. Grayscale: #7D7D7D. Windows color (decimal): -10771188 or 828763. OLE color: 828763.
HSL color Cylindrical-coordinate representation of color #5BA50C: hue angle of 89.02º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BA50C is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 12 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.35 |
| HSL | 89.02º | 0.86% | 0.35% | - |
| HSV(B) | 89.02º | 0.93% | 0.65% | - |
| XYZ | 17.84 | 29.16 | 5.04 | - |
| YUV | 125.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 12 | 0.45 | 0 | 0.93 | 0.35 | 89.02 | 0.86 | 0.35 |
| Hex | 5B | A5 | C | 2D | 0 | 5D | 23 | 59 | 56 | 23 |
| Octal | 133 | 245 | 14 | 55 | 0 | 135 | 43 | 131 | 126 | 43 |
| Binary | 1011011 | 10100101 | 1100 | 101101 | 0 | 1011101 | 100011 | 1011001 | 1010110 | 100011 |
Color Harmonies of #5BA50C
Complementary color
Monochromatic Colors of #5BA50C
Black with #5BA50C
Text Example
Text Example
White with #5BA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA50C; }
p { color: rgb(91,165,12); }
H1.HeaderClassName
{
color: #5BA50C;
}
.AnyTagClassName
{
color: #5BA50C;
}
</style>
background-color css
<style>
a { background-color: #5BA50C; }
a { background-color: rgb(91,165,12); }
div.DivClassName
{
background-color: #5BA50C;
}
.BgClassName
{
background-color: #5BA50C;
}
</style>
border-color css
<style>
span { border-color: #5BA50C; }
span { border-color: rgb(91,165,12); }
td.TdClassName
{
border-color: #5BA50C;
}
.TagClassName
{
border-color: #5BA50C;
}
</style>