Shades of Christi #71B80B
Tints of Christi #71B80B
RGB
CMYK
RGB Variations
Color information
#71B80B (or 0x71B80B) is known color: Christi. HEX triplet: 71, B8 and 0B. RGB value is (113,184,11). Sum of RGB (Red+Green+Blue) = 113+184+11=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #71B80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B80B is #8E47F4. Grayscale: #8F8F8F. Windows color (decimal): -9324533 or 768113. OLE color: 768113.
HSL color Cylindrical-coordinate representation of color #71B80B: hue angle of 84.62º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71B80B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.28 |
| HSL | 84.62º | 0.89% | 0.38% | - |
| HSV(B) | 84.62º | 0.94% | 0.72% | - |
| XYZ | 24.01 | 37.82 | 6.35 | - |
| YUV | 143.05 | 53.48 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 11 | 0.39 | 0 | 0.94 | 0.28 | 84.62 | 0.89 | 0.38 |
| Hex | 71 | B8 | B | 27 | 0 | 5E | 1C | 55 | 59 | 26 |
| Octal | 161 | 270 | 13 | 47 | 0 | 136 | 34 | 125 | 131 | 46 |
| Binary | 1110001 | 10111000 | 1011 | 100111 | 0 | 1011110 | 11100 | 1010101 | 1011001 | 100110 |
Color Harmonies of #71B80B
Complementary color
Monochromatic Colors of #71B80B
Black with #71B80B
Text Example
Text Example
White with #71B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B80B; }
p { color: rgb(113,184,11); }
H1.HeaderClassName
{
color: #71B80B;
}
.AnyTagClassName
{
color: #71B80B;
}
</style>
background-color css
<style>
a { background-color: #71B80B; }
a { background-color: rgb(113,184,11); }
div.DivClassName
{
background-color: #71B80B;
}
.BgClassName
{
background-color: #71B80B;
}
</style>
border-color css
<style>
span { border-color: #71B80B; }
span { border-color: rgb(113,184,11); }
td.TdClassName
{
border-color: #71B80B;
}
.TagClassName
{
border-color: #71B80B;
}
</style>