Shades of Christi #71CC01
Tints of Christi #71CC01
RGB
CMYK
RGB Variations
Color information
#71CC01 (or 0x71CC01) is known color: Christi. HEX triplet: 71, CC and 01. RGB value is (113,204,1). Sum of RGB (Red+Green+Blue) = 113+204+1=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CC01 is #8E33FE. Grayscale: #9A9A9A. Windows color (decimal): -9319423 or 117873. OLE color: 117873.
HSL color Cylindrical-coordinate representation of color #71CC01: hue angle of 86.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71CC01 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.2 |
| HSL | 86.9º | 0.99% | 0.4% | - |
| HSV(B) | 86.9º | 1% | 0.8% | - |
| XYZ | 28.41 | 46.7 | 7.55 | - |
| YUV | 153.65 | 41.85 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 1 | 0.45 | 0 | 1.00 | 0.2 | 86.9 | 0.99 | 0.4 |
| Hex | 71 | CC | 1 | 2D | 0 | 64 | 14 | 57 | 63 | 28 |
| Octal | 161 | 314 | 1 | 55 | 0 | 144 | 24 | 127 | 143 | 50 |
| Binary | 1110001 | 11001100 | 1 | 101101 | 0 | 1100100 | 10100 | 1010111 | 1100011 | 101000 |
Color Harmonies of #71CC01
Complementary color
Monochromatic Colors of #71CC01
Black with #71CC01
Text Example
Text Example
White with #71CC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC01; }
p { color: rgb(113,204,1); }
H1.HeaderClassName
{
color: #71CC01;
}
.AnyTagClassName
{
color: #71CC01;
}
</style>
background-color css
<style>
a { background-color: #71CC01; }
a { background-color: rgb(113,204,1); }
div.DivClassName
{
background-color: #71CC01;
}
.BgClassName
{
background-color: #71CC01;
}
</style>
border-color css
<style>
span { border-color: #71CC01; }
span { border-color: rgb(113,204,1); }
td.TdClassName
{
border-color: #71CC01;
}
.TagClassName
{
border-color: #71CC01;
}
</style>