Shades of Christi #71C408
Tints of Christi #71C408
RGB
CMYK
RGB Variations
Color information
#71C408 (or 0x71C408) is known color: Christi. HEX triplet: 71, C4 and 08. RGB value is (113,196,8). Sum of RGB (Red+Green+Blue) = 113+196+8=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #71C408 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C408 is #8E3BF7. Grayscale: #969696. Windows color (decimal): -9321464 or 574577. OLE color: 574577.
HSL color Cylindrical-coordinate representation of color #71C408: hue angle of 86.49º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71C408 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.23 |
| HSL | 86.49º | 0.92% | 0.4% | - |
| HSV(B) | 86.49º | 0.96% | 0.77% | - |
| XYZ | 26.59 | 43.01 | 7.13 | - |
| YUV | 149.75 | 48 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 8 | 0.42 | 0 | 0.96 | 0.23 | 86.49 | 0.92 | 0.4 |
| Hex | 71 | C4 | 8 | 2A | 0 | 60 | 17 | 56 | 5C | 28 |
| Octal | 161 | 304 | 10 | 52 | 0 | 140 | 27 | 126 | 134 | 50 |
| Binary | 1110001 | 11000100 | 1000 | 101010 | 0 | 1100000 | 10111 | 1010110 | 1011100 | 101000 |
Color Harmonies of #71C408
Complementary color
Monochromatic Colors of #71C408
Black with #71C408
Text Example
Text Example
White with #71C408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C408; }
p { color: rgb(113,196,8); }
H1.HeaderClassName
{
color: #71C408;
}
.AnyTagClassName
{
color: #71C408;
}
</style>
background-color css
<style>
a { background-color: #71C408; }
a { background-color: rgb(113,196,8); }
div.DivClassName
{
background-color: #71C408;
}
.BgClassName
{
background-color: #71C408;
}
</style>
border-color css
<style>
span { border-color: #71C408; }
span { border-color: rgb(113,196,8); }
td.TdClassName
{
border-color: #71C408;
}
.TagClassName
{
border-color: #71C408;
}
</style>