Shades of Christi #71B303
Tints of Christi #71B303
RGB
CMYK
RGB Variations
Color information
#71B303 (or 0x71B303) is known color: Christi. HEX triplet: 71, B3 and 03. RGB value is (113,179,3). Sum of RGB (Red+Green+Blue) = 113+179+3=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #71B303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B303 is #8E4CFC. Grayscale: #8B8B8B. Windows color (decimal): -9325821 or 242545. OLE color: 242545.
HSL color Cylindrical-coordinate representation of color #71B303: hue angle of 82.5º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71B303 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.30 |
| HSL | 82.5º | 0.97% | 0.36% | - |
| HSV(B) | 82.5º | 0.98% | 0.7% | - |
| XYZ | 22.95 | 35.76 | 5.78 | - |
| YUV | 139.2 | 51.13 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 3 | 0.37 | 0 | 0.98 | 0.30 | 82.5 | 0.97 | 0.36 |
| Hex | 71 | B3 | 3 | 25 | 0 | 62 | 1E | 52 | 61 | 24 |
| Octal | 161 | 263 | 3 | 45 | 0 | 142 | 36 | 122 | 141 | 44 |
| Binary | 1110001 | 10110011 | 11 | 100101 | 0 | 1100010 | 11110 | 1010010 | 1100001 | 100100 |
Color Harmonies of #71B303
Complementary color
Monochromatic Colors of #71B303
Black with #71B303
Text Example
Text Example
White with #71B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B303; }
p { color: rgb(113,179,3); }
H1.HeaderClassName
{
color: #71B303;
}
.AnyTagClassName
{
color: #71B303;
}
</style>
background-color css
<style>
a { background-color: #71B303; }
a { background-color: rgb(113,179,3); }
div.DivClassName
{
background-color: #71B303;
}
.BgClassName
{
background-color: #71B303;
}
</style>
border-color css
<style>
span { border-color: #71B303; }
span { border-color: rgb(113,179,3); }
td.TdClassName
{
border-color: #71B303;
}
.TagClassName
{
border-color: #71B303;
}
</style>