Shades of Christi #71C60D
Tints of Christi #71C60D
RGB
CMYK
RGB Variations
Color information
#71C60D (or 0x71C60D) is known color: Christi. HEX triplet: 71, C6 and 0D. RGB value is (113,198,13). Sum of RGB (Red+Green+Blue) = 113+198+13=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #71C60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C60D is #8E39F2. Grayscale: #989898. Windows color (decimal): -9320947 or 902769. OLE color: 902769.
HSL color Cylindrical-coordinate representation of color #71C60D: hue angle of 87.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71C60D is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 198 | 13 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.22 |
| HSL | 87.57º | 0.88% | 0.41% | - |
| HSV(B) | 87.57º | 0.93% | 0.78% | - |
| XYZ | 27.08 | 43.93 | 7.43 | - |
| YUV | 151.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 198 | 13 | 0.43 | 0 | 0.93 | 0.22 | 87.57 | 0.88 | 0.41 |
| Hex | 71 | C6 | D | 2B | 0 | 5D | 16 | 58 | 58 | 29 |
| Octal | 161 | 306 | 15 | 53 | 0 | 135 | 26 | 130 | 130 | 51 |
| Binary | 1110001 | 11000110 | 1101 | 101011 | 0 | 1011101 | 10110 | 1011000 | 1011000 | 101001 |
Color Harmonies of #71C60D
Complementary color
Monochromatic Colors of #71C60D
Black with #71C60D
Text Example
Text Example
White with #71C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C60D; }
p { color: rgb(113,198,13); }
H1.HeaderClassName
{
color: #71C60D;
}
.AnyTagClassName
{
color: #71C60D;
}
</style>
background-color css
<style>
a { background-color: #71C60D; }
a { background-color: rgb(113,198,13); }
div.DivClassName
{
background-color: #71C60D;
}
.BgClassName
{
background-color: #71C60D;
}
</style>
border-color css
<style>
span { border-color: #71C60D; }
span { border-color: rgb(113,198,13); }
td.TdClassName
{
border-color: #71C60D;
}
.TagClassName
{
border-color: #71C60D;
}
</style>