Shades of Christi #5FB010
Tints of Christi #5FB010
RGB
CMYK
RGB Variations
Color information
#5FB010 (or 0x5FB010) is known color: Christi. HEX triplet: 5F, B0 and 10. RGB value is (95,176,16). Sum of RGB (Red+Green+Blue) = 95+176+16=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB010 is #A04FEF. Grayscale: #868686. Windows color (decimal): -10506224 or 1093727. OLE color: 1093727.
HSL color Cylindrical-coordinate representation of color #5FB010: hue angle of 90.38º 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 #5FB010 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 16 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.31 |
| HSL | 90.38º | 0.83% | 0.38% | - |
| HSV(B) | 90.38º | 0.91% | 0.69% | - |
| XYZ | 20.34 | 33.52 | 5.89 | - |
| YUV | 133.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 16 | 0.46 | 0 | 0.91 | 0.31 | 90.38 | 0.83 | 0.38 |
| Hex | 5F | B0 | 10 | 2E | 0 | 5B | 1F | 5A | 53 | 26 |
| Octal | 137 | 260 | 20 | 56 | 0 | 133 | 37 | 132 | 123 | 46 |
| Binary | 1011111 | 10110000 | 10000 | 101110 | 0 | 1011011 | 11111 | 1011010 | 1010011 | 100110 |
Color Harmonies of #5FB010
Complementary color
Monochromatic Colors of #5FB010
Black with #5FB010
Text Example
Text Example
White with #5FB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB010; }
p { color: rgb(95,176,16); }
H1.HeaderClassName
{
color: #5FB010;
}
.AnyTagClassName
{
color: #5FB010;
}
</style>
background-color css
<style>
a { background-color: #5FB010; }
a { background-color: rgb(95,176,16); }
div.DivClassName
{
background-color: #5FB010;
}
.BgClassName
{
background-color: #5FB010;
}
</style>
border-color css
<style>
span { border-color: #5FB010; }
span { border-color: rgb(95,176,16); }
td.TdClassName
{
border-color: #5FB010;
}
.TagClassName
{
border-color: #5FB010;
}
</style>