Shades of Christi #71B812
Tints of Christi #71B812
RGB
CMYK
RGB Variations
Color information
#71B812 (or 0x71B812) is known color: Christi. HEX triplet: 71, B8 and 12. RGB value is (113,184,18). Sum of RGB (Red+Green+Blue) = 113+184+18=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #71B812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B812 is #8E47ED. Grayscale: #909090. Windows color (decimal): -9324526 or 1226865. OLE color: 1226865.
HSL color Cylindrical-coordinate representation of color #71B812: hue angle of 85.66º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71B812 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 18 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.28 |
| HSL | 85.66º | 0.82% | 0.4% | - |
| HSV(B) | 85.66º | 0.9% | 0.72% | - |
| XYZ | 24.06 | 37.84 | 6.61 | - |
| YUV | 143.85 | 56.98 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 18 | 0.39 | 0 | 0.90 | 0.28 | 85.66 | 0.82 | 0.4 |
| Hex | 71 | B8 | 12 | 27 | 0 | 5A | 1C | 56 | 52 | 28 |
| Octal | 161 | 270 | 22 | 47 | 0 | 132 | 34 | 126 | 122 | 50 |
| Binary | 1110001 | 10111000 | 10010 | 100111 | 0 | 1011010 | 11100 | 1010110 | 1010010 | 101000 |
Color Harmonies of #71B812
Complementary color
Monochromatic Colors of #71B812
Black with #71B812
Text Example
Text Example
White with #71B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B812; }
p { color: rgb(113,184,18); }
H1.HeaderClassName
{
color: #71B812;
}
.AnyTagClassName
{
color: #71B812;
}
</style>
background-color css
<style>
a { background-color: #71B812; }
a { background-color: rgb(113,184,18); }
div.DivClassName
{
background-color: #71B812;
}
.BgClassName
{
background-color: #71B812;
}
</style>
border-color css
<style>
span { border-color: #71B812; }
span { border-color: rgb(113,184,18); }
td.TdClassName
{
border-color: #71B812;
}
.TagClassName
{
border-color: #71B812;
}
</style>