Shades of Christi #71AF01
Tints of Christi #71AF01
RGB
CMYK
RGB Variations
Color information
#71AF01 (or 0x71AF01) is known color: Christi. HEX triplet: 71, AF and 01. RGB value is (113,175,1). Sum of RGB (Red+Green+Blue) = 113+175+1=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AF01 is #8E50FE. Grayscale: #898989. Windows color (decimal): -9326847 or 110449. OLE color: 110449.
HSL color Cylindrical-coordinate representation of color #71AF01: hue angle of 81.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71AF01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.31 |
| HSL | 81.38º | 0.99% | 0.35% | - |
| HSV(B) | 81.38º | 0.99% | 0.69% | - |
| XYZ | 22.15 | 34.17 | 5.46 | - |
| YUV | 136.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 1 | 0.35 | 0 | 0.99 | 0.31 | 81.38 | 0.99 | 0.35 |
| Hex | 71 | AF | 1 | 23 | 0 | 63 | 1F | 51 | 63 | 23 |
| Octal | 161 | 257 | 1 | 43 | 0 | 143 | 37 | 121 | 143 | 43 |
| Binary | 1110001 | 10101111 | 1 | 100011 | 0 | 1100011 | 11111 | 1010001 | 1100011 | 100011 |
Color Harmonies of #71AF01
Complementary color
Monochromatic Colors of #71AF01
Black with #71AF01
Text Example
Text Example
White with #71AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF01; }
p { color: rgb(113,175,1); }
H1.HeaderClassName
{
color: #71AF01;
}
.AnyTagClassName
{
color: #71AF01;
}
</style>
background-color css
<style>
a { background-color: #71AF01; }
a { background-color: rgb(113,175,1); }
div.DivClassName
{
background-color: #71AF01;
}
.BgClassName
{
background-color: #71AF01;
}
</style>
border-color css
<style>
span { border-color: #71AF01; }
span { border-color: rgb(113,175,1); }
td.TdClassName
{
border-color: #71AF01;
}
.TagClassName
{
border-color: #71AF01;
}
</style>