Shades of Christi #5FB116
Tints of Christi #5FB116
RGB
CMYK
RGB Variations
Color information
#5FB116 (or 0x5FB116) is known color: Christi. HEX triplet: 5F, B1 and 16. RGB value is (95,177,22). Sum of RGB (Red+Green+Blue) = 95+177+22=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB116 is #A04EE9. Grayscale: #878787. Windows color (decimal): -10505962 or 1487199. OLE color: 1487199.
HSL color Cylindrical-coordinate representation of color #5FB116: hue angle of 91.74º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FB116 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 22 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.31 |
| HSL | 91.74º | 0.78% | 0.39% | - |
| HSV(B) | 91.74º | 0.88% | 0.69% | - |
| XYZ | 20.59 | 33.94 | 6.22 | - |
| YUV | 134.81 | 64.33 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 22 | 0.46 | 0 | 0.88 | 0.31 | 91.74 | 0.78 | 0.39 |
| Hex | 5F | B1 | 16 | 2E | 0 | 58 | 1F | 5C | 4E | 27 |
| Octal | 137 | 261 | 26 | 56 | 0 | 130 | 37 | 134 | 116 | 47 |
| Binary | 1011111 | 10110001 | 10110 | 101110 | 0 | 1011000 | 11111 | 1011100 | 1001110 | 100111 |
Color Harmonies of #5FB116
Complementary color
Monochromatic Colors of #5FB116
Black with #5FB116
Text Example
Text Example
White with #5FB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB116; }
p { color: rgb(95,177,22); }
H1.HeaderClassName
{
color: #5FB116;
}
.AnyTagClassName
{
color: #5FB116;
}
</style>
background-color css
<style>
a { background-color: #5FB116; }
a { background-color: rgb(95,177,22); }
div.DivClassName
{
background-color: #5FB116;
}
.BgClassName
{
background-color: #5FB116;
}
</style>
border-color css
<style>
span { border-color: #5FB116; }
span { border-color: rgb(95,177,22); }
td.TdClassName
{
border-color: #5FB116;
}
.TagClassName
{
border-color: #5FB116;
}
</style>