Shades of Christi #71BD10
Tints of Christi #71BD10
RGB
CMYK
RGB Variations
Color information
#71BD10 (or 0x71BD10) is known color: Christi. HEX triplet: 71, BD and 10. RGB value is (113,189,16). Sum of RGB (Red+Green+Blue) = 113+189+16=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BD10 is #8E42EF. Grayscale: #939393. Windows color (decimal): -9323248 or 1097073. OLE color: 1097073.
HSL color Cylindrical-coordinate representation of color #71BD10: hue angle of 86.36º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71BD10 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 16 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.26 |
| HSL | 86.36º | 0.84% | 0.4% | - |
| HSV(B) | 86.36º | 0.92% | 0.74% | - |
| XYZ | 25.1 | 39.94 | 6.88 | - |
| YUV | 146.55 | 54.32 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 16 | 0.40 | 0 | 0.92 | 0.26 | 86.36 | 0.84 | 0.4 |
| Hex | 71 | BD | 10 | 28 | 0 | 5C | 1A | 56 | 54 | 28 |
| Octal | 161 | 275 | 20 | 50 | 0 | 134 | 32 | 126 | 124 | 50 |
| Binary | 1110001 | 10111101 | 10000 | 101000 | 0 | 1011100 | 11010 | 1010110 | 1010100 | 101000 |
Color Harmonies of #71BD10
Complementary color
Monochromatic Colors of #71BD10
Black with #71BD10
Text Example
Text Example
White with #71BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD10; }
p { color: rgb(113,189,16); }
H1.HeaderClassName
{
color: #71BD10;
}
.AnyTagClassName
{
color: #71BD10;
}
</style>
background-color css
<style>
a { background-color: #71BD10; }
a { background-color: rgb(113,189,16); }
div.DivClassName
{
background-color: #71BD10;
}
.BgClassName
{
background-color: #71BD10;
}
</style>
border-color css
<style>
span { border-color: #71BD10; }
span { border-color: rgb(113,189,16); }
td.TdClassName
{
border-color: #71BD10;
}
.TagClassName
{
border-color: #71BD10;
}
</style>