Shades of Christi #5FB012
Tints of Christi #5FB012
RGB
CMYK
RGB Variations
Color information
#5FB012 (or 0x5FB012) is known color: Christi. HEX triplet: 5F, B0 and 12. RGB value is (95,176,18). Sum of RGB (Red+Green+Blue) = 95+176+18=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB012 is #A04FED. Grayscale: #868686. Windows color (decimal): -10506222 or 1224799. OLE color: 1224799.
HSL color Cylindrical-coordinate representation of color #5FB012: hue angle of 90.76º degrees, saturation: 0.81, 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 #5FB012 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 18 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.31 |
| HSL | 90.76º | 0.81% | 0.38% | - |
| HSV(B) | 90.76º | 0.9% | 0.69% | - |
| XYZ | 20.35 | 33.53 | 5.97 | - |
| YUV | 133.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 18 | 0.46 | 0 | 0.90 | 0.31 | 90.76 | 0.81 | 0.38 |
| Hex | 5F | B0 | 12 | 2E | 0 | 5A | 1F | 5B | 51 | 26 |
| Octal | 137 | 260 | 22 | 56 | 0 | 132 | 37 | 133 | 121 | 46 |
| Binary | 1011111 | 10110000 | 10010 | 101110 | 0 | 1011010 | 11111 | 1011011 | 1010001 | 100110 |
Color Harmonies of #5FB012
Complementary color
Monochromatic Colors of #5FB012
Black with #5FB012
Text Example
Text Example
White with #5FB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB012; }
p { color: rgb(95,176,18); }
H1.HeaderClassName
{
color: #5FB012;
}
.AnyTagClassName
{
color: #5FB012;
}
</style>
background-color css
<style>
a { background-color: #5FB012; }
a { background-color: rgb(95,176,18); }
div.DivClassName
{
background-color: #5FB012;
}
.BgClassName
{
background-color: #5FB012;
}
</style>
border-color css
<style>
span { border-color: #5FB012; }
span { border-color: rgb(95,176,18); }
td.TdClassName
{
border-color: #5FB012;
}
.TagClassName
{
border-color: #5FB012;
}
</style>