Shades of Christi #5FA806
Tints of Christi #5FA806
RGB
CMYK
RGB Variations
Color information
#5FA806 (or 0x5FA806) is known color: Christi. HEX triplet: 5F, A8 and 06. RGB value is (95,168,6). Sum of RGB (Red+Green+Blue) = 95+168+6=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA806 is #A057F9. Grayscale: #808080. Windows color (decimal): -10508282 or 436319. OLE color: 436319.
HSL color Cylindrical-coordinate representation of color #5FA806: hue angle of 87.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FA806 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 6 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.34 |
| HSL | 87.04º | 0.93% | 0.34% | - |
| HSV(B) | 87.04º | 0.96% | 0.66% | - |
| XYZ | 18.75 | 30.45 | 5.06 | - |
| YUV | 127.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 6 | 0.43 | 0 | 0.96 | 0.34 | 87.04 | 0.93 | 0.34 |
| Hex | 5F | A8 | 6 | 2B | 0 | 60 | 22 | 57 | 5D | 22 |
| Octal | 137 | 250 | 6 | 53 | 0 | 140 | 42 | 127 | 135 | 42 |
| Binary | 1011111 | 10101000 | 110 | 101011 | 0 | 1100000 | 100010 | 1010111 | 1011101 | 100010 |
Color Harmonies of #5FA806
Complementary color
Monochromatic Colors of #5FA806
Black with #5FA806
Text Example
Text Example
White with #5FA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA806; }
p { color: rgb(95,168,6); }
H1.HeaderClassName
{
color: #5FA806;
}
.AnyTagClassName
{
color: #5FA806;
}
</style>
background-color css
<style>
a { background-color: #5FA806; }
a { background-color: rgb(95,168,6); }
div.DivClassName
{
background-color: #5FA806;
}
.BgClassName
{
background-color: #5FA806;
}
</style>
border-color css
<style>
span { border-color: #5FA806; }
span { border-color: rgb(95,168,6); }
td.TdClassName
{
border-color: #5FA806;
}
.TagClassName
{
border-color: #5FA806;
}
</style>