Shades of Christi #71BC11
Tints of Christi #71BC11
RGB
CMYK
RGB Variations
Color information
#71BC11 (or 0x71BC11) is known color: Christi. HEX triplet: 71, BC and 11. RGB value is (113,188,17). Sum of RGB (Red+Green+Blue) = 113+188+17=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC11 is #8E43EE. Grayscale: #929292. Windows color (decimal): -9323503 or 1162353. OLE color: 1162353.
HSL color Cylindrical-coordinate representation of color #71BC11: hue angle of 86.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71BC11 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 17 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.26 |
| HSL | 86.32º | 0.83% | 0.4% | - |
| HSV(B) | 86.32º | 0.91% | 0.74% | - |
| XYZ | 24.89 | 39.52 | 6.85 | - |
| YUV | 146.08 | 55.15 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 17 | 0.40 | 0 | 0.91 | 0.26 | 86.32 | 0.83 | 0.4 |
| Hex | 71 | BC | 11 | 28 | 0 | 5B | 1A | 56 | 53 | 28 |
| Octal | 161 | 274 | 21 | 50 | 0 | 133 | 32 | 126 | 123 | 50 |
| Binary | 1110001 | 10111100 | 10001 | 101000 | 0 | 1011011 | 11010 | 1010110 | 1010011 | 101000 |
Color Harmonies of #71BC11
Complementary color
Monochromatic Colors of #71BC11
Black with #71BC11
Text Example
Text Example
White with #71BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC11; }
p { color: rgb(113,188,17); }
H1.HeaderClassName
{
color: #71BC11;
}
.AnyTagClassName
{
color: #71BC11;
}
</style>
background-color css
<style>
a { background-color: #71BC11; }
a { background-color: rgb(113,188,17); }
div.DivClassName
{
background-color: #71BC11;
}
.BgClassName
{
background-color: #71BC11;
}
</style>
border-color css
<style>
span { border-color: #71BC11; }
span { border-color: rgb(113,188,17); }
td.TdClassName
{
border-color: #71BC11;
}
.TagClassName
{
border-color: #71BC11;
}
</style>