Shades of Christi #71D109
Tints of Christi #71D109
RGB
CMYK
RGB Variations
Color information
#71D109 (or 0x71D109) is known color: Christi. HEX triplet: 71, D1 and 09. RGB value is (113,209,9). Sum of RGB (Red+Green+Blue) = 113+209+9=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #71D109 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D109 is #8E2EF6. Grayscale: #9E9E9E. Windows color (decimal): -9318135 or 643441. OLE color: 643441.
HSL color Cylindrical-coordinate representation of color #71D109: hue angle of 88.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71D109 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 9 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.18 |
| HSL | 88.8º | 0.92% | 0.43% | - |
| HSV(B) | 88.8º | 0.96% | 0.82% | - |
| XYZ | 29.66 | 49.13 | 8.18 | - |
| YUV | 157.5 | 44.2 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 9 | 0.46 | 0 | 0.96 | 0.18 | 88.8 | 0.92 | 0.43 |
| Hex | 71 | D1 | 9 | 2E | 0 | 60 | 12 | 59 | 5C | 2B |
| Octal | 161 | 321 | 11 | 56 | 0 | 140 | 22 | 131 | 134 | 53 |
| Binary | 1110001 | 11010001 | 1001 | 101110 | 0 | 1100000 | 10010 | 1011001 | 1011100 | 101011 |
Color Harmonies of #71D109
Complementary color
Monochromatic Colors of #71D109
Black with #71D109
Text Example
Text Example
White with #71D109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D109; }
p { color: rgb(113,209,9); }
H1.HeaderClassName
{
color: #71D109;
}
.AnyTagClassName
{
color: #71D109;
}
</style>
background-color css
<style>
a { background-color: #71D109; }
a { background-color: rgb(113,209,9); }
div.DivClassName
{
background-color: #71D109;
}
.BgClassName
{
background-color: #71D109;
}
</style>
border-color css
<style>
span { border-color: #71D109; }
span { border-color: rgb(113,209,9); }
td.TdClassName
{
border-color: #71D109;
}
.TagClassName
{
border-color: #71D109;
}
</style>