Shades of Christi #5FA905
Tints of Christi #5FA905
RGB
CMYK
RGB Variations
Color information
#5FA905 (or 0x5FA905) is known color: Christi. HEX triplet: 5F, A9 and 05. RGB value is (95,169,5). Sum of RGB (Red+Green+Blue) = 95+169+5=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 169 (66.41% from 255 or 62.83% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA905 is #A056FA. Grayscale: #808080. Windows color (decimal): -10508027 or 371039. OLE color: 371039.
HSL color Cylindrical-coordinate representation of color #5FA905: hue angle of 87.07º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FA905 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 5 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.34 |
| HSL | 87.07º | 0.94% | 0.34% | - |
| HSV(B) | 87.07º | 0.97% | 0.66% | - |
| XYZ | 18.93 | 30.82 | 5.09 | - |
| YUV | 128.18 | 58.48 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 5 | 0.44 | 0 | 0.97 | 0.34 | 87.07 | 0.94 | 0.34 |
| Hex | 5F | A9 | 5 | 2C | 0 | 61 | 22 | 57 | 5E | 22 |
| Octal | 137 | 251 | 5 | 54 | 0 | 141 | 42 | 127 | 136 | 42 |
| Binary | 1011111 | 10101001 | 101 | 101100 | 0 | 1100001 | 100010 | 1010111 | 1011110 | 100010 |
Color Harmonies of #5FA905
Complementary color
Monochromatic Colors of #5FA905
Black with #5FA905
Text Example
Text Example
White with #5FA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA905; }
p { color: rgb(95,169,5); }
H1.HeaderClassName
{
color: #5FA905;
}
.AnyTagClassName
{
color: #5FA905;
}
</style>
background-color css
<style>
a { background-color: #5FA905; }
a { background-color: rgb(95,169,5); }
div.DivClassName
{
background-color: #5FA905;
}
.BgClassName
{
background-color: #5FA905;
}
</style>
border-color css
<style>
span { border-color: #5FA905; }
span { border-color: rgb(95,169,5); }
td.TdClassName
{
border-color: #5FA905;
}
.TagClassName
{
border-color: #5FA905;
}
</style>