Shades of Christi #71D014
Tints of Christi #71D014
RGB
CMYK
RGB Variations
Color information
#71D014 (or 0x71D014) is known color: Christi. HEX triplet: 71, D0 and 14. RGB value is (113,208,20). Sum of RGB (Red+Green+Blue) = 113+208+20=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #71D014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D014 is #8E2FEB. Grayscale: #9E9E9E. Windows color (decimal): -9318380 or 1364081. OLE color: 1364081.
HSL color Cylindrical-coordinate representation of color #71D014: hue angle of 90.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71D014 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 20 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.18 |
| HSL | 90.32º | 0.82% | 0.45% | - |
| HSV(B) | 90.32º | 0.9% | 0.82% | - |
| XYZ | 29.49 | 48.67 | 8.5 | - |
| YUV | 158.16 | 50.03 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 20 | 0.46 | 0 | 0.90 | 0.18 | 90.32 | 0.82 | 0.45 |
| Hex | 71 | D0 | 14 | 2E | 0 | 5A | 12 | 5A | 52 | 2D |
| Octal | 161 | 320 | 24 | 56 | 0 | 132 | 22 | 132 | 122 | 55 |
| Binary | 1110001 | 11010000 | 10100 | 101110 | 0 | 1011010 | 10010 | 1011010 | 1010010 | 101101 |
Color Harmonies of #71D014
Complementary color
Monochromatic Colors of #71D014
Black with #71D014
Text Example
Text Example
White with #71D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D014; }
p { color: rgb(113,208,20); }
H1.HeaderClassName
{
color: #71D014;
}
.AnyTagClassName
{
color: #71D014;
}
</style>
background-color css
<style>
a { background-color: #71D014; }
a { background-color: rgb(113,208,20); }
div.DivClassName
{
background-color: #71D014;
}
.BgClassName
{
background-color: #71D014;
}
</style>
border-color css
<style>
span { border-color: #71D014; }
span { border-color: rgb(113,208,20); }
td.TdClassName
{
border-color: #71D014;
}
.TagClassName
{
border-color: #71D014;
}
</style>