Shades of Christi #71B302
Tints of Christi #71B302
RGB
CMYK
RGB Variations
Color information
#71B302 (or 0x71B302) is known color: Christi. HEX triplet: 71, B3 and 02. RGB value is (113,179,2). Sum of RGB (Red+Green+Blue) = 113+179+2=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #71B302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B302 is #8E4CFD. Grayscale: #8B8B8B. Windows color (decimal): -9325822 or 177009. OLE color: 177009.
HSL color Cylindrical-coordinate representation of color #71B302: hue angle of 82.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71B302 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.30 |
| HSL | 82.37º | 0.98% | 0.35% | - |
| HSV(B) | 82.37º | 0.99% | 0.7% | - |
| XYZ | 22.94 | 35.76 | 5.75 | - |
| YUV | 139.09 | 50.63 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 2 | 0.37 | 0 | 0.99 | 0.30 | 82.37 | 0.98 | 0.35 |
| Hex | 71 | B3 | 2 | 25 | 0 | 63 | 1E | 52 | 62 | 23 |
| Octal | 161 | 263 | 2 | 45 | 0 | 143 | 36 | 122 | 142 | 43 |
| Binary | 1110001 | 10110011 | 10 | 100101 | 0 | 1100011 | 11110 | 1010010 | 1100010 | 100011 |
Color Harmonies of #71B302
Complementary color
Monochromatic Colors of #71B302
Black with #71B302
Text Example
Text Example
White with #71B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B302; }
p { color: rgb(113,179,2); }
H1.HeaderClassName
{
color: #71B302;
}
.AnyTagClassName
{
color: #71B302;
}
</style>
background-color css
<style>
a { background-color: #71B302; }
a { background-color: rgb(113,179,2); }
div.DivClassName
{
background-color: #71B302;
}
.BgClassName
{
background-color: #71B302;
}
</style>
border-color css
<style>
span { border-color: #71B302; }
span { border-color: rgb(113,179,2); }
td.TdClassName
{
border-color: #71B302;
}
.TagClassName
{
border-color: #71B302;
}
</style>