Shades of Christi #5FA513
Tints of Christi #5FA513
RGB
CMYK
RGB Variations
Color information
#5FA513 (or 0x5FA513) is known color: Christi. HEX triplet: 5F, A5 and 13. RGB value is (95,165,19). Sum of RGB (Red+Green+Blue) = 95+165+19=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA513 is #A05AEC. Grayscale: #7F7F7F. Windows color (decimal): -10509037 or 1287519. OLE color: 1287519.
HSL color Cylindrical-coordinate representation of color #5FA513: hue angle of 88.77º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FA513 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 19 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.35 |
| HSL | 88.77º | 0.79% | 0.36% | - |
| HSV(B) | 88.77º | 0.88% | 0.65% | - |
| XYZ | 18.29 | 29.39 | 5.32 | - |
| YUV | 127.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 19 | 0.42 | 0 | 0.88 | 0.35 | 88.77 | 0.79 | 0.36 |
| Hex | 5F | A5 | 13 | 2A | 0 | 58 | 23 | 59 | 4F | 24 |
| Octal | 137 | 245 | 23 | 52 | 0 | 130 | 43 | 131 | 117 | 44 |
| Binary | 1011111 | 10100101 | 10011 | 101010 | 0 | 1011000 | 100011 | 1011001 | 1001111 | 100100 |
Color Harmonies of #5FA513
Complementary color
Monochromatic Colors of #5FA513
Black with #5FA513
Text Example
Text Example
White with #5FA513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA513; }
p { color: rgb(95,165,19); }
H1.HeaderClassName
{
color: #5FA513;
}
.AnyTagClassName
{
color: #5FA513;
}
</style>
background-color css
<style>
a { background-color: #5FA513; }
a { background-color: rgb(95,165,19); }
div.DivClassName
{
background-color: #5FA513;
}
.BgClassName
{
background-color: #5FA513;
}
</style>
border-color css
<style>
span { border-color: #5FA513; }
span { border-color: rgb(95,165,19); }
td.TdClassName
{
border-color: #5FA513;
}
.TagClassName
{
border-color: #5FA513;
}
</style>