Shades of Christi #71C201
Tints of Christi #71C201
RGB
CMYK
RGB Variations
Color information
#71C201 (or 0x71C201) is known color: Christi. HEX triplet: 71, C2 and 01. RGB value is (113,194,1). Sum of RGB (Red+Green+Blue) = 113+194+1=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #71C201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C201 is #8E3DFE. Grayscale: #949494. Windows color (decimal): -9321983 or 115313. OLE color: 115313.
HSL color Cylindrical-coordinate representation of color #71C201: hue angle of 85.18º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71C201 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.24 |
| HSL | 85.18º | 0.99% | 0.38% | - |
| HSV(B) | 85.18º | 0.99% | 0.76% | - |
| XYZ | 26.11 | 42.1 | 6.78 | - |
| YUV | 147.78 | 45.16 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 1 | 0.42 | 0 | 0.99 | 0.24 | 85.18 | 0.99 | 0.38 |
| Hex | 71 | C2 | 1 | 2A | 0 | 63 | 18 | 55 | 63 | 26 |
| Octal | 161 | 302 | 1 | 52 | 0 | 143 | 30 | 125 | 143 | 46 |
| Binary | 1110001 | 11000010 | 1 | 101010 | 0 | 1100011 | 11000 | 1010101 | 1100011 | 100110 |
Color Harmonies of #71C201
Complementary color
Monochromatic Colors of #71C201
Black with #71C201
Text Example
Text Example
White with #71C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C201; }
p { color: rgb(113,194,1); }
H1.HeaderClassName
{
color: #71C201;
}
.AnyTagClassName
{
color: #71C201;
}
</style>
background-color css
<style>
a { background-color: #71C201; }
a { background-color: rgb(113,194,1); }
div.DivClassName
{
background-color: #71C201;
}
.BgClassName
{
background-color: #71C201;
}
</style>
border-color css
<style>
span { border-color: #71C201; }
span { border-color: rgb(113,194,1); }
td.TdClassName
{
border-color: #71C201;
}
.TagClassName
{
border-color: #71C201;
}
</style>