Shades of Christi #5FA404
Tints of Christi #5FA404
RGB
CMYK
RGB Variations
Color information
#5FA404 (or 0x5FA404) is known color: Christi. HEX triplet: 5F, A4 and 04. RGB value is (95,164,4). Sum of RGB (Red+Green+Blue) = 95+164+4=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 164 (64.45% from 255 or 62.36% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA404 is #A05BFB. Grayscale: #7D7D7D. Windows color (decimal): -10509308 or 304223. OLE color: 304223.
HSL color Cylindrical-coordinate representation of color #5FA404: hue angle of 85.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FA404 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.36 |
| HSL | 85.88º | 0.95% | 0.33% | - |
| HSV(B) | 85.88º | 0.98% | 0.64% | - |
| XYZ | 18.02 | 28.99 | 4.76 | - |
| YUV | 125.13 | 59.64 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 4 | 0.42 | 0 | 0.98 | 0.36 | 85.88 | 0.95 | 0.33 |
| Hex | 5F | A4 | 4 | 2A | 0 | 62 | 24 | 56 | 5F | 21 |
| Octal | 137 | 244 | 4 | 52 | 0 | 142 | 44 | 126 | 137 | 41 |
| Binary | 1011111 | 10100100 | 100 | 101010 | 0 | 1100010 | 100100 | 1010110 | 1011111 | 100001 |
Color Harmonies of #5FA404
Complementary color
Monochromatic Colors of #5FA404
Black with #5FA404
Text Example
Text Example
White with #5FA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA404; }
p { color: rgb(95,164,4); }
H1.HeaderClassName
{
color: #5FA404;
}
.AnyTagClassName
{
color: #5FA404;
}
</style>
background-color css
<style>
a { background-color: #5FA404; }
a { background-color: rgb(95,164,4); }
div.DivClassName
{
background-color: #5FA404;
}
.BgClassName
{
background-color: #5FA404;
}
</style>
border-color css
<style>
span { border-color: #5FA404; }
span { border-color: rgb(95,164,4); }
td.TdClassName
{
border-color: #5FA404;
}
.TagClassName
{
border-color: #5FA404;
}
</style>