Shades of Christi #5FA000
Tints of Christi #5FA000
RGB
CMYK
RGB Variations
Color information
#5FA000 (or 0x5FA000) is known color: Christi. HEX triplet: 5F, A0 and 00. RGB value is (95,160,0). Sum of RGB (Red+Green+Blue) = 95+160+0=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA000 is #A05FFF. Grayscale: #7A7A7A. Windows color (decimal): -10510336 or 41055. OLE color: 41055.
HSL color Cylindrical-coordinate representation of color #5FA000: hue angle of 84.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FA000 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.37 |
| HSL | 84.38º | 1% | 0.31% | - |
| HSV(B) | 84.38º | 1% | 0.63% | - |
| XYZ | 17.29 | 27.57 | 4.41 | - |
| YUV | 122.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 0 | 0.41 | 0 | 1 | 0.37 | 84.38 | 1 | 0.31 |
| Hex | 5F | A0 | 0 | 29 | 0 | 64 | 25 | 54 | 64 | 1F |
| Octal | 137 | 240 | 0 | 51 | 0 | 144 | 45 | 124 | 144 | 37 |
| Binary | 1011111 | 10100000 | 0 | 101001 | 0 | 1100100 | 100101 | 1010100 | 1100100 | 11111 |
Color Harmonies of #5FA000
Complementary color
Monochromatic Colors of #5FA000
Black with #5FA000
Text Example
Text Example
White with #5FA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA000; }
p { color: rgb(95,160,0); }
H1.HeaderClassName
{
color: #5FA000;
}
.AnyTagClassName
{
color: #5FA000;
}
</style>
background-color css
<style>
a { background-color: #5FA000; }
a { background-color: rgb(95,160,0); }
div.DivClassName
{
background-color: #5FA000;
}
.BgClassName
{
background-color: #5FA000;
}
</style>
border-color css
<style>
span { border-color: #5FA000; }
span { border-color: rgb(95,160,0); }
td.TdClassName
{
border-color: #5FA000;
}
.TagClassName
{
border-color: #5FA000;
}
</style>