Shades of Christi #5FAC15
Tints of Christi #5FAC15
RGB
CMYK
RGB Variations
Color information
#5FAC15 (or 0x5FAC15) is known color: Christi. HEX triplet: 5F, AC and 15. RGB value is (95,172,21). Sum of RGB (Red+Green+Blue) = 95+172+21=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAC15 is #A053EA. Grayscale: #848484. Windows color (decimal): -10507243 or 1420383. OLE color: 1420383.
HSL color Cylindrical-coordinate representation of color #5FAC15: hue angle of 90.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FAC15 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 21 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.33 |
| HSL | 90.6º | 0.78% | 0.38% | - |
| HSV(B) | 90.6º | 0.88% | 0.67% | - |
| XYZ | 19.61 | 31.99 | 5.85 | - |
| YUV | 131.76 | 65.49 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 21 | 0.45 | 0 | 0.88 | 0.33 | 90.6 | 0.78 | 0.38 |
| Hex | 5F | AC | 15 | 2D | 0 | 58 | 21 | 5B | 4E | 26 |
| Octal | 137 | 254 | 25 | 55 | 0 | 130 | 41 | 133 | 116 | 46 |
| Binary | 1011111 | 10101100 | 10101 | 101101 | 0 | 1011000 | 100001 | 1011011 | 1001110 | 100110 |
Color Harmonies of #5FAC15
Complementary color
Monochromatic Colors of #5FAC15
Black with #5FAC15
Text Example
Text Example
White with #5FAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC15; }
p { color: rgb(95,172,21); }
H1.HeaderClassName
{
color: #5FAC15;
}
.AnyTagClassName
{
color: #5FAC15;
}
</style>
background-color css
<style>
a { background-color: #5FAC15; }
a { background-color: rgb(95,172,21); }
div.DivClassName
{
background-color: #5FAC15;
}
.BgClassName
{
background-color: #5FAC15;
}
</style>
border-color css
<style>
span { border-color: #5FAC15; }
span { border-color: rgb(95,172,21); }
td.TdClassName
{
border-color: #5FAC15;
}
.TagClassName
{
border-color: #5FAC15;
}
</style>