Shades of Christi #5FA804
Tints of Christi #5FA804
RGB
CMYK
RGB Variations
Color information
#5FA804 (or 0x5FA804) is known color: Christi. HEX triplet: 5F, A8 and 04. RGB value is (95,168,4). Sum of RGB (Red+Green+Blue) = 95+168+4=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 168 (66.02% from 255 or 62.92% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA804 is #A057FB. Grayscale: #808080. Windows color (decimal): -10508284 or 305247. OLE color: 305247.
HSL color Cylindrical-coordinate representation of color #5FA804: hue angle of 86.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FA804 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 4 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.34 |
| HSL | 86.71º | 0.95% | 0.34% | - |
| HSV(B) | 86.71º | 0.98% | 0.66% | - |
| XYZ | 18.74 | 30.45 | 5 | - |
| YUV | 127.48 | 58.32 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 4 | 0.43 | 0 | 0.98 | 0.34 | 86.71 | 0.95 | 0.34 |
| Hex | 5F | A8 | 4 | 2B | 0 | 62 | 22 | 57 | 5F | 22 |
| Octal | 137 | 250 | 4 | 53 | 0 | 142 | 42 | 127 | 137 | 42 |
| Binary | 1011111 | 10101000 | 100 | 101011 | 0 | 1100010 | 100010 | 1010111 | 1011111 | 100010 |
Color Harmonies of #5FA804
Complementary color
Monochromatic Colors of #5FA804
Black with #5FA804
Text Example
Text Example
White with #5FA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA804; }
p { color: rgb(95,168,4); }
H1.HeaderClassName
{
color: #5FA804;
}
.AnyTagClassName
{
color: #5FA804;
}
</style>
background-color css
<style>
a { background-color: #5FA804; }
a { background-color: rgb(95,168,4); }
div.DivClassName
{
background-color: #5FA804;
}
.BgClassName
{
background-color: #5FA804;
}
</style>
border-color css
<style>
span { border-color: #5FA804; }
span { border-color: rgb(95,168,4); }
td.TdClassName
{
border-color: #5FA804;
}
.TagClassName
{
border-color: #5FA804;
}
</style>