Shades of Christi #5FAF10
Tints of Christi #5FAF10
RGB
CMYK
RGB Variations
Color information
#5FAF10 (or 0x5FAF10) is known color: Christi. HEX triplet: 5F, AF and 10. RGB value is (95,175,16). Sum of RGB (Red+Green+Blue) = 95+175+16=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAF10 is #A050EF. Grayscale: #858585. Windows color (decimal): -10506480 or 1093471. OLE color: 1093471.
HSL color Cylindrical-coordinate representation of color #5FAF10: hue angle of 90.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FAF10 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 16 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.31 |
| HSL | 90.19º | 0.83% | 0.37% | - |
| HSV(B) | 90.19º | 0.91% | 0.69% | - |
| XYZ | 20.14 | 33.13 | 5.82 | - |
| YUV | 132.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 16 | 0.46 | 0 | 0.91 | 0.31 | 90.19 | 0.83 | 0.37 |
| Hex | 5F | AF | 10 | 2E | 0 | 5B | 1F | 5A | 53 | 25 |
| Octal | 137 | 257 | 20 | 56 | 0 | 133 | 37 | 132 | 123 | 45 |
| Binary | 1011111 | 10101111 | 10000 | 101110 | 0 | 1011011 | 11111 | 1011010 | 1010011 | 100101 |
Color Harmonies of #5FAF10
Complementary color
Monochromatic Colors of #5FAF10
Black with #5FAF10
Text Example
Text Example
White with #5FAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF10; }
p { color: rgb(95,175,16); }
H1.HeaderClassName
{
color: #5FAF10;
}
.AnyTagClassName
{
color: #5FAF10;
}
</style>
background-color css
<style>
a { background-color: #5FAF10; }
a { background-color: rgb(95,175,16); }
div.DivClassName
{
background-color: #5FAF10;
}
.BgClassName
{
background-color: #5FAF10;
}
</style>
border-color css
<style>
span { border-color: #5FAF10; }
span { border-color: rgb(95,175,16); }
td.TdClassName
{
border-color: #5FAF10;
}
.TagClassName
{
border-color: #5FAF10;
}
</style>