Shades of Christi #71BC07
Tints of Christi #71BC07
RGB
CMYK
RGB Variations
Color information
#71BC07 (or 0x71BC07) is known color: Christi. HEX triplet: 71, BC and 07. RGB value is (113,188,7). Sum of RGB (Red+Green+Blue) = 113+188+7=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC07 is #8E43F8. Grayscale: #919191. Windows color (decimal): -9323513 or 506993. OLE color: 506993.
HSL color Cylindrical-coordinate representation of color #71BC07: hue angle of 84.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71BC07 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 7 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.26 |
| HSL | 84.86º | 0.93% | 0.38% | - |
| HSV(B) | 84.86º | 0.96% | 0.74% | - |
| XYZ | 24.83 | 39.49 | 6.52 | - |
| YUV | 144.94 | 50.15 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 7 | 0.40 | 0 | 0.96 | 0.26 | 84.86 | 0.93 | 0.38 |
| Hex | 71 | BC | 7 | 28 | 0 | 60 | 1A | 55 | 5D | 26 |
| Octal | 161 | 274 | 7 | 50 | 0 | 140 | 32 | 125 | 135 | 46 |
| Binary | 1110001 | 10111100 | 111 | 101000 | 0 | 1100000 | 11010 | 1010101 | 1011101 | 100110 |
Color Harmonies of #71BC07
Complementary color
Monochromatic Colors of #71BC07
Black with #71BC07
Text Example
Text Example
White with #71BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC07; }
p { color: rgb(113,188,7); }
H1.HeaderClassName
{
color: #71BC07;
}
.AnyTagClassName
{
color: #71BC07;
}
</style>
background-color css
<style>
a { background-color: #71BC07; }
a { background-color: rgb(113,188,7); }
div.DivClassName
{
background-color: #71BC07;
}
.BgClassName
{
background-color: #71BC07;
}
</style>
border-color css
<style>
span { border-color: #71BC07; }
span { border-color: rgb(113,188,7); }
td.TdClassName
{
border-color: #71BC07;
}
.TagClassName
{
border-color: #71BC07;
}
</style>