Shades of Christi #5FAC11
Tints of Christi #5FAC11
RGB
CMYK
RGB Variations
Color information
#5FAC11 (or 0x5FAC11) is known color: Christi. HEX triplet: 5F, AC and 11. RGB value is (95,172,17). Sum of RGB (Red+Green+Blue) = 95+172+17=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAC11 is #A053EE. Grayscale: #838383. Windows color (decimal): -10507247 or 1158239. OLE color: 1158239.
HSL color Cylindrical-coordinate representation of color #5FAC11: hue angle of 89.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FAC11 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 17 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.33 |
| HSL | 89.81º | 0.82% | 0.37% | - |
| HSV(B) | 89.81º | 0.9% | 0.67% | - |
| XYZ | 19.57 | 31.98 | 5.67 | - |
| YUV | 131.31 | 63.49 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 17 | 0.45 | 0 | 0.90 | 0.33 | 89.81 | 0.82 | 0.37 |
| Hex | 5F | AC | 11 | 2D | 0 | 5A | 21 | 5A | 52 | 25 |
| Octal | 137 | 254 | 21 | 55 | 0 | 132 | 41 | 132 | 122 | 45 |
| Binary | 1011111 | 10101100 | 10001 | 101101 | 0 | 1011010 | 100001 | 1011010 | 1010010 | 100101 |
Color Harmonies of #5FAC11
Complementary color
Monochromatic Colors of #5FAC11
Black with #5FAC11
Text Example
Text Example
White with #5FAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC11; }
p { color: rgb(95,172,17); }
H1.HeaderClassName
{
color: #5FAC11;
}
.AnyTagClassName
{
color: #5FAC11;
}
</style>
background-color css
<style>
a { background-color: #5FAC11; }
a { background-color: rgb(95,172,17); }
div.DivClassName
{
background-color: #5FAC11;
}
.BgClassName
{
background-color: #5FAC11;
}
</style>
border-color css
<style>
span { border-color: #5FAC11; }
span { border-color: rgb(95,172,17); }
td.TdClassName
{
border-color: #5FAC11;
}
.TagClassName
{
border-color: #5FAC11;
}
</style>