Shades of Christi #5FAD17
Tints of Christi #5FAD17
RGB
CMYK
RGB Variations
Color information
#5FAD17 (or 0x5FAD17) is known color: Christi. HEX triplet: 5F, AD and 17. RGB value is (95,173,23). Sum of RGB (Red+Green+Blue) = 95+173+23=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAD17 is #A052E8. Grayscale: #858585. Windows color (decimal): -10506985 or 1551711. OLE color: 1551711.
HSL color Cylindrical-coordinate representation of color #5FAD17: hue angle of 91.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FAD17 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 23 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.32 |
| HSL | 91.2º | 0.77% | 0.38% | - |
| HSV(B) | 91.2º | 0.87% | 0.68% | - |
| XYZ | 19.82 | 32.38 | 6.02 | - |
| YUV | 132.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 23 | 0.45 | 0 | 0.87 | 0.32 | 91.2 | 0.77 | 0.38 |
| Hex | 5F | AD | 17 | 2D | 0 | 57 | 20 | 5B | 4D | 26 |
| Octal | 137 | 255 | 27 | 55 | 0 | 127 | 40 | 133 | 115 | 46 |
| Binary | 1011111 | 10101101 | 10111 | 101101 | 0 | 1010111 | 100000 | 1011011 | 1001101 | 100110 |
Color Harmonies of #5FAD17
Complementary color
Monochromatic Colors of #5FAD17
Black with #5FAD17
Text Example
Text Example
White with #5FAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD17; }
p { color: rgb(95,173,23); }
H1.HeaderClassName
{
color: #5FAD17;
}
.AnyTagClassName
{
color: #5FAD17;
}
</style>
background-color css
<style>
a { background-color: #5FAD17; }
a { background-color: rgb(95,173,23); }
div.DivClassName
{
background-color: #5FAD17;
}
.BgClassName
{
background-color: #5FAD17;
}
</style>
border-color css
<style>
span { border-color: #5FAD17; }
span { border-color: rgb(95,173,23); }
td.TdClassName
{
border-color: #5FAD17;
}
.TagClassName
{
border-color: #5FAD17;
}
</style>