Shades of Christi #5FB110
Tints of Christi #5FB110
RGB
CMYK
RGB Variations
Color information
#5FB110 (or 0x5FB110) is known color: Christi. HEX triplet: 5F, B1 and 10. RGB value is (95,177,16). Sum of RGB (Red+Green+Blue) = 95+177+16=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB110 is #A04EEF. Grayscale: #868686. Windows color (decimal): -10505968 or 1093983. OLE color: 1093983.
HSL color Cylindrical-coordinate representation of color #5FB110: hue angle of 90.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FB110 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 16 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.31 |
| HSL | 90.56º | 0.83% | 0.38% | - |
| HSV(B) | 90.56º | 0.91% | 0.69% | - |
| XYZ | 20.53 | 33.91 | 5.95 | - |
| YUV | 134.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 16 | 0.46 | 0 | 0.91 | 0.31 | 90.56 | 0.83 | 0.38 |
| Hex | 5F | B1 | 10 | 2E | 0 | 5B | 1F | 5B | 53 | 26 |
| Octal | 137 | 261 | 20 | 56 | 0 | 133 | 37 | 133 | 123 | 46 |
| Binary | 1011111 | 10110001 | 10000 | 101110 | 0 | 1011011 | 11111 | 1011011 | 1010011 | 100110 |
Color Harmonies of #5FB110
Complementary color
Monochromatic Colors of #5FB110
Black with #5FB110
Text Example
Text Example
White with #5FB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB110; }
p { color: rgb(95,177,16); }
H1.HeaderClassName
{
color: #5FB110;
}
.AnyTagClassName
{
color: #5FB110;
}
</style>
background-color css
<style>
a { background-color: #5FB110; }
a { background-color: rgb(95,177,16); }
div.DivClassName
{
background-color: #5FB110;
}
.BgClassName
{
background-color: #5FB110;
}
</style>
border-color css
<style>
span { border-color: #5FB110; }
span { border-color: rgb(95,177,16); }
td.TdClassName
{
border-color: #5FB110;
}
.TagClassName
{
border-color: #5FB110;
}
</style>