Shades of Christi #5FAA17
Tints of Christi #5FAA17
RGB
CMYK
RGB Variations
Color information
#5FAA17 (or 0x5FAA17) is known color: Christi. HEX triplet: 5F, AA and 17. RGB value is (95,170,23). Sum of RGB (Red+Green+Blue) = 95+170+23=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAA17 is #A055E8. Grayscale: #838383. Windows color (decimal): -10507753 or 1550943. OLE color: 1550943.
HSL color Cylindrical-coordinate representation of color #5FAA17: hue angle of 90.61º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FAA17 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 23 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.33 |
| HSL | 90.61º | 0.76% | 0.38% | - |
| HSV(B) | 90.61º | 0.86% | 0.67% | - |
| XYZ | 19.25 | 31.24 | 5.83 | - |
| YUV | 130.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 23 | 0.44 | 0 | 0.86 | 0.33 | 90.61 | 0.76 | 0.38 |
| Hex | 5F | AA | 17 | 2C | 0 | 56 | 21 | 5B | 4C | 26 |
| Octal | 137 | 252 | 27 | 54 | 0 | 126 | 41 | 133 | 114 | 46 |
| Binary | 1011111 | 10101010 | 10111 | 101100 | 0 | 1010110 | 100001 | 1011011 | 1001100 | 100110 |
Color Harmonies of #5FAA17
Complementary color
Monochromatic Colors of #5FAA17
Black with #5FAA17
Text Example
Text Example
White with #5FAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA17; }
p { color: rgb(95,170,23); }
H1.HeaderClassName
{
color: #5FAA17;
}
.AnyTagClassName
{
color: #5FAA17;
}
</style>
background-color css
<style>
a { background-color: #5FAA17; }
a { background-color: rgb(95,170,23); }
div.DivClassName
{
background-color: #5FAA17;
}
.BgClassName
{
background-color: #5FAA17;
}
</style>
border-color css
<style>
span { border-color: #5FAA17; }
span { border-color: rgb(95,170,23); }
td.TdClassName
{
border-color: #5FAA17;
}
.TagClassName
{
border-color: #5FAA17;
}
</style>