Shades of Christi #5FA700
Tints of Christi #5FA700
RGB
CMYK
RGB Variations
Color information
#5FA700 (or 0x5FA700) is known color: Christi. HEX triplet: 5F, A7 and 00. RGB value is (95,167,0). Sum of RGB (Red+Green+Blue) = 95+167+0=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 167 (65.62% from 255 or 63.74% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA700 is #A058FF. Grayscale: #7F7F7F. Windows color (decimal): -10508544 or 42847. OLE color: 42847.
HSL color Cylindrical-coordinate representation of color #5FA700: hue angle of 85.87º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FA700 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.35 |
| HSL | 85.87º | 1% | 0.33% | - |
| HSV(B) | 85.87º | 1% | 0.65% | - |
| XYZ | 18.54 | 30.07 | 4.83 | - |
| YUV | 126.43 | 56.65 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 0 | 0.43 | 0 | 1 | 0.35 | 85.87 | 1 | 0.33 |
| Hex | 5F | A7 | 0 | 2B | 0 | 64 | 23 | 56 | 64 | 21 |
| Octal | 137 | 247 | 0 | 53 | 0 | 144 | 43 | 126 | 144 | 41 |
| Binary | 1011111 | 10100111 | 0 | 101011 | 0 | 1100100 | 100011 | 1010110 | 1100100 | 100001 |
Color Harmonies of #5FA700
Complementary color
Monochromatic Colors of #5FA700
Black with #5FA700
Text Example
Text Example
White with #5FA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA700; }
p { color: rgb(95,167,0); }
H1.HeaderClassName
{
color: #5FA700;
}
.AnyTagClassName
{
color: #5FA700;
}
</style>
background-color css
<style>
a { background-color: #5FA700; }
a { background-color: rgb(95,167,0); }
div.DivClassName
{
background-color: #5FA700;
}
.BgClassName
{
background-color: #5FA700;
}
</style>
border-color css
<style>
span { border-color: #5FA700; }
span { border-color: rgb(95,167,0); }
td.TdClassName
{
border-color: #5FA700;
}
.TagClassName
{
border-color: #5FA700;
}
</style>