Shades of Christi #5FA917
Tints of Christi #5FA917
RGB
CMYK
RGB Variations
Color information
#5FA917 (or 0x5FA917) is known color: Christi. HEX triplet: 5F, A9 and 17. RGB value is (95,169,23). Sum of RGB (Red+Green+Blue) = 95+169+23=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA917 is #A056E8. Grayscale: #828282. Windows color (decimal): -10508009 or 1550687. OLE color: 1550687.
HSL color Cylindrical-coordinate representation of color #5FA917: hue angle of 90.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FA917 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 23 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.34 |
| HSL | 90.41º | 0.76% | 0.38% | - |
| HSV(B) | 90.41º | 0.86% | 0.66% | - |
| XYZ | 19.06 | 30.87 | 5.76 | - |
| YUV | 130.23 | 67.48 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 23 | 0.44 | 0 | 0.86 | 0.34 | 90.41 | 0.76 | 0.38 |
| Hex | 5F | A9 | 17 | 2C | 0 | 56 | 22 | 5A | 4C | 26 |
| Octal | 137 | 251 | 27 | 54 | 0 | 126 | 42 | 132 | 114 | 46 |
| Binary | 1011111 | 10101001 | 10111 | 101100 | 0 | 1010110 | 100010 | 1011010 | 1001100 | 100110 |
Color Harmonies of #5FA917
Complementary color
Monochromatic Colors of #5FA917
Black with #5FA917
Text Example
Text Example
White with #5FA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA917; }
p { color: rgb(95,169,23); }
H1.HeaderClassName
{
color: #5FA917;
}
.AnyTagClassName
{
color: #5FA917;
}
</style>
background-color css
<style>
a { background-color: #5FA917; }
a { background-color: rgb(95,169,23); }
div.DivClassName
{
background-color: #5FA917;
}
.BgClassName
{
background-color: #5FA917;
}
</style>
border-color css
<style>
span { border-color: #5FA917; }
span { border-color: rgb(95,169,23); }
td.TdClassName
{
border-color: #5FA917;
}
.TagClassName
{
border-color: #5FA917;
}
</style>