Shades of Christi #5FB114
Tints of Christi #5FB114
RGB
CMYK
RGB Variations
Color information
#5FB114 (or 0x5FB114) is known color: Christi. HEX triplet: 5F, B1 and 14. RGB value is (95,177,20). Sum of RGB (Red+Green+Blue) = 95+177+20=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB114 is #A04EEB. Grayscale: #878787. Windows color (decimal): -10505964 or 1356127. OLE color: 1356127.
HSL color Cylindrical-coordinate representation of color #5FB114: hue angle of 91.34º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FB114 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 20 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.31 |
| HSL | 91.34º | 0.8% | 0.39% | - |
| HSV(B) | 91.34º | 0.89% | 0.69% | - |
| XYZ | 20.57 | 33.93 | 6.13 | - |
| YUV | 134.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 20 | 0.46 | 0 | 0.89 | 0.31 | 91.34 | 0.8 | 0.39 |
| Hex | 5F | B1 | 14 | 2E | 0 | 59 | 1F | 5B | 50 | 27 |
| Octal | 137 | 261 | 24 | 56 | 0 | 131 | 37 | 133 | 120 | 47 |
| Binary | 1011111 | 10110001 | 10100 | 101110 | 0 | 1011001 | 11111 | 1011011 | 1010000 | 100111 |
Color Harmonies of #5FB114
Complementary color
Monochromatic Colors of #5FB114
Black with #5FB114
Text Example
Text Example
White with #5FB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB114; }
p { color: rgb(95,177,20); }
H1.HeaderClassName
{
color: #5FB114;
}
.AnyTagClassName
{
color: #5FB114;
}
</style>
background-color css
<style>
a { background-color: #5FB114; }
a { background-color: rgb(95,177,20); }
div.DivClassName
{
background-color: #5FB114;
}
.BgClassName
{
background-color: #5FB114;
}
</style>
border-color css
<style>
span { border-color: #5FB114; }
span { border-color: rgb(95,177,20); }
td.TdClassName
{
border-color: #5FB114;
}
.TagClassName
{
border-color: #5FB114;
}
</style>