Shades of Christi #71B700
Tints of Christi #71B700
RGB
CMYK
RGB Variations
Color information
#71B700 (or 0x71B700) is known color: Christi. HEX triplet: 71, B7 and 00. RGB value is (113,183,0). Sum of RGB (Red+Green+Blue) = 113+183+0=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #71B700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B700 is #8E48FF. Grayscale: #8D8D8D. Windows color (decimal): -9324800 or 46961. OLE color: 46961.
HSL color Cylindrical-coordinate representation of color #71B700: hue angle of 82.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71B700 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.28 |
| HSL | 82.95º | 1% | 0.36% | - |
| HSV(B) | 82.95º | 1% | 0.72% | - |
| XYZ | 23.74 | 37.38 | 5.96 | - |
| YUV | 141.21 | 48.31 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 0 | 0.38 | 0 | 1 | 0.28 | 82.95 | 1 | 0.36 |
| Hex | 71 | B7 | 0 | 26 | 0 | 64 | 1C | 53 | 64 | 24 |
| Octal | 161 | 267 | 0 | 46 | 0 | 144 | 34 | 123 | 144 | 44 |
| Binary | 1110001 | 10110111 | 0 | 100110 | 0 | 1100100 | 11100 | 1010011 | 1100100 | 100100 |
Color Harmonies of #71B700
Complementary color
Monochromatic Colors of #71B700
Black with #71B700
Text Example
Text Example
White with #71B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B700; }
p { color: rgb(113,183,0); }
H1.HeaderClassName
{
color: #71B700;
}
.AnyTagClassName
{
color: #71B700;
}
</style>
background-color css
<style>
a { background-color: #71B700; }
a { background-color: rgb(113,183,0); }
div.DivClassName
{
background-color: #71B700;
}
.BgClassName
{
background-color: #71B700;
}
</style>
border-color css
<style>
span { border-color: #71B700; }
span { border-color: rgb(113,183,0); }
td.TdClassName
{
border-color: #71B700;
}
.TagClassName
{
border-color: #71B700;
}
</style>