Shades of Christi #5FA615
Tints of Christi #5FA615
RGB
CMYK
RGB Variations
Color information
#5FA615 (or 0x5FA615) is known color: Christi. HEX triplet: 5F, A6 and 15. RGB value is (95,166,21). Sum of RGB (Red+Green+Blue) = 95+166+21=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA615 is #A059EA. Grayscale: #808080. Windows color (decimal): -10508779 or 1418847. OLE color: 1418847.
HSL color Cylindrical-coordinate representation of color #5FA615: hue angle of 89.38º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FA615 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 21 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.35 |
| HSL | 89.38º | 0.78% | 0.37% | - |
| HSV(B) | 89.38º | 0.87% | 0.65% | - |
| XYZ | 18.49 | 29.76 | 5.48 | - |
| YUV | 128.24 | 67.48 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 21 | 0.43 | 0 | 0.87 | 0.35 | 89.38 | 0.78 | 0.37 |
| Hex | 5F | A6 | 15 | 2B | 0 | 57 | 23 | 59 | 4E | 25 |
| Octal | 137 | 246 | 25 | 53 | 0 | 127 | 43 | 131 | 116 | 45 |
| Binary | 1011111 | 10100110 | 10101 | 101011 | 0 | 1010111 | 100011 | 1011001 | 1001110 | 100101 |
Color Harmonies of #5FA615
Complementary color
Monochromatic Colors of #5FA615
Black with #5FA615
Text Example
Text Example
White with #5FA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA615; }
p { color: rgb(95,166,21); }
H1.HeaderClassName
{
color: #5FA615;
}
.AnyTagClassName
{
color: #5FA615;
}
</style>
background-color css
<style>
a { background-color: #5FA615; }
a { background-color: rgb(95,166,21); }
div.DivClassName
{
background-color: #5FA615;
}
.BgClassName
{
background-color: #5FA615;
}
</style>
border-color css
<style>
span { border-color: #5FA615; }
span { border-color: rgb(95,166,21); }
td.TdClassName
{
border-color: #5FA615;
}
.TagClassName
{
border-color: #5FA615;
}
</style>