Shades of Christi #5FA810
Tints of Christi #5FA810
RGB
CMYK
RGB Variations
Color information
#5FA810 (or 0x5FA810) is known color: Christi. HEX triplet: 5F, A8 and 10. RGB value is (95,168,16). Sum of RGB (Red+Green+Blue) = 95+168+16=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 168 (66.02% from 255 or 60.22% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA810 is #A057EF. Grayscale: #818181. Windows color (decimal): -10508272 or 1091679. OLE color: 1091679.
HSL color Cylindrical-coordinate representation of color #5FA810: hue angle of 88.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FA810 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 16 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.34 |
| HSL | 88.82º | 0.83% | 0.36% | - |
| HSV(B) | 88.82º | 0.9% | 0.66% | - |
| XYZ | 18.82 | 30.48 | 5.38 | - |
| YUV | 128.85 | 64.32 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 16 | 0.43 | 0 | 0.90 | 0.34 | 88.82 | 0.83 | 0.36 |
| Hex | 5F | A8 | 10 | 2B | 0 | 5A | 22 | 59 | 53 | 24 |
| Octal | 137 | 250 | 20 | 53 | 0 | 132 | 42 | 131 | 123 | 44 |
| Binary | 1011111 | 10101000 | 10000 | 101011 | 0 | 1011010 | 100010 | 1011001 | 1010011 | 100100 |
Color Harmonies of #5FA810
Complementary color
Monochromatic Colors of #5FA810
Black with #5FA810
Text Example
Text Example
White with #5FA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA810; }
p { color: rgb(95,168,16); }
H1.HeaderClassName
{
color: #5FA810;
}
.AnyTagClassName
{
color: #5FA810;
}
</style>
background-color css
<style>
a { background-color: #5FA810; }
a { background-color: rgb(95,168,16); }
div.DivClassName
{
background-color: #5FA810;
}
.BgClassName
{
background-color: #5FA810;
}
</style>
border-color css
<style>
span { border-color: #5FA810; }
span { border-color: rgb(95,168,16); }
td.TdClassName
{
border-color: #5FA810;
}
.TagClassName
{
border-color: #5FA810;
}
</style>