Shades of Christi #5FB112
Tints of Christi #5FB112
RGB
CMYK
RGB Variations
Color information
#5FB112 (or 0x5FB112) is known color: Christi. HEX triplet: 5F, B1 and 12. RGB value is (95,177,18). Sum of RGB (Red+Green+Blue) = 95+177+18=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB112 is #A04EED. Grayscale: #868686. Windows color (decimal): -10505966 or 1225055. OLE color: 1225055.
HSL color Cylindrical-coordinate representation of color #5FB112: hue angle of 90.94º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FB112 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 18 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.31 |
| HSL | 90.94º | 0.82% | 0.38% | - |
| HSV(B) | 90.94º | 0.9% | 0.69% | - |
| XYZ | 20.55 | 33.92 | 6.04 | - |
| YUV | 134.36 | 62.33 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 18 | 0.46 | 0 | 0.90 | 0.31 | 90.94 | 0.82 | 0.38 |
| Hex | 5F | B1 | 12 | 2E | 0 | 5A | 1F | 5B | 52 | 26 |
| Octal | 137 | 261 | 22 | 56 | 0 | 132 | 37 | 133 | 122 | 46 |
| Binary | 1011111 | 10110001 | 10010 | 101110 | 0 | 1011010 | 11111 | 1011011 | 1010010 | 100110 |
Color Harmonies of #5FB112
Complementary color
Monochromatic Colors of #5FB112
Black with #5FB112
Text Example
Text Example
White with #5FB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB112; }
p { color: rgb(95,177,18); }
H1.HeaderClassName
{
color: #5FB112;
}
.AnyTagClassName
{
color: #5FB112;
}
</style>
background-color css
<style>
a { background-color: #5FB112; }
a { background-color: rgb(95,177,18); }
div.DivClassName
{
background-color: #5FB112;
}
.BgClassName
{
background-color: #5FB112;
}
</style>
border-color css
<style>
span { border-color: #5FB112; }
span { border-color: rgb(95,177,18); }
td.TdClassName
{
border-color: #5FB112;
}
.TagClassName
{
border-color: #5FB112;
}
</style>