Shades of Christi #5FB013
Tints of Christi #5FB013
RGB
CMYK
RGB Variations
Color information
#5FB013 (or 0x5FB013) is known color: Christi. HEX triplet: 5F, B0 and 13. RGB value is (95,176,19). Sum of RGB (Red+Green+Blue) = 95+176+19=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB013 is #A04FEC. Grayscale: #868686. Windows color (decimal): -10506221 or 1290335. OLE color: 1290335.
HSL color Cylindrical-coordinate representation of color #5FB013: hue angle of 90.96º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FB013 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 19 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.31 |
| HSL | 90.96º | 0.81% | 0.38% | - |
| HSV(B) | 90.96º | 0.89% | 0.69% | - |
| XYZ | 20.36 | 33.53 | 6.01 | - |
| YUV | 133.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 19 | 0.46 | 0 | 0.89 | 0.31 | 90.96 | 0.81 | 0.38 |
| Hex | 5F | B0 | 13 | 2E | 0 | 59 | 1F | 5B | 51 | 26 |
| Octal | 137 | 260 | 23 | 56 | 0 | 131 | 37 | 133 | 121 | 46 |
| Binary | 1011111 | 10110000 | 10011 | 101110 | 0 | 1011001 | 11111 | 1011011 | 1010001 | 100110 |
Color Harmonies of #5FB013
Complementary color
Monochromatic Colors of #5FB013
Black with #5FB013
Text Example
Text Example
White with #5FB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB013; }
p { color: rgb(95,176,19); }
H1.HeaderClassName
{
color: #5FB013;
}
.AnyTagClassName
{
color: #5FB013;
}
</style>
background-color css
<style>
a { background-color: #5FB013; }
a { background-color: rgb(95,176,19); }
div.DivClassName
{
background-color: #5FB013;
}
.BgClassName
{
background-color: #5FB013;
}
</style>
border-color css
<style>
span { border-color: #5FB013; }
span { border-color: rgb(95,176,19); }
td.TdClassName
{
border-color: #5FB013;
}
.TagClassName
{
border-color: #5FB013;
}
</style>