Shades of Christi #71BA07
Tints of Christi #71BA07
RGB
CMYK
RGB Variations
Color information
#71BA07 (or 0x71BA07) is known color: Christi. HEX triplet: 71, BA and 07. RGB value is (113,186,7). Sum of RGB (Red+Green+Blue) = 113+186+7=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BA07 is #8E45F8. Grayscale: #909090. Windows color (decimal): -9324025 or 506481. OLE color: 506481.
HSL color Cylindrical-coordinate representation of color #71BA07: hue angle of 84.47º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71BA07 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 7 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.27 |
| HSL | 84.47º | 0.93% | 0.38% | - |
| HSV(B) | 84.47º | 0.96% | 0.73% | - |
| XYZ | 24.41 | 38.64 | 6.37 | - |
| YUV | 143.77 | 50.82 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 7 | 0.39 | 0 | 0.96 | 0.27 | 84.47 | 0.93 | 0.38 |
| Hex | 71 | BA | 7 | 27 | 0 | 60 | 1B | 54 | 5D | 26 |
| Octal | 161 | 272 | 7 | 47 | 0 | 140 | 33 | 124 | 135 | 46 |
| Binary | 1110001 | 10111010 | 111 | 100111 | 0 | 1100000 | 11011 | 1010100 | 1011101 | 100110 |
Color Harmonies of #71BA07
Complementary color
Monochromatic Colors of #71BA07
Black with #71BA07
Text Example
Text Example
White with #71BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA07; }
p { color: rgb(113,186,7); }
H1.HeaderClassName
{
color: #71BA07;
}
.AnyTagClassName
{
color: #71BA07;
}
</style>
background-color css
<style>
a { background-color: #71BA07; }
a { background-color: rgb(113,186,7); }
div.DivClassName
{
background-color: #71BA07;
}
.BgClassName
{
background-color: #71BA07;
}
</style>
border-color css
<style>
span { border-color: #71BA07; }
span { border-color: rgb(113,186,7); }
td.TdClassName
{
border-color: #71BA07;
}
.TagClassName
{
border-color: #71BA07;
}
</style>