Shades of Christi #71CC0C
Tints of Christi #71CC0C
RGB
CMYK
RGB Variations
Color information
#71CC0C (or 0x71CC0C) is known color: Christi. HEX triplet: 71, CC and 0C. RGB value is (113,204,12). Sum of RGB (Red+Green+Blue) = 113+204+12=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CC0C is #8E33F3. Grayscale: #9B9B9B. Windows color (decimal): -9319412 or 838769. OLE color: 838769.
HSL color Cylindrical-coordinate representation of color #71CC0C: hue angle of 88.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71CC0C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 12 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.2 |
| HSL | 88.44º | 0.89% | 0.42% | - |
| HSV(B) | 88.44º | 0.94% | 0.8% | - |
| XYZ | 28.47 | 46.72 | 7.87 | - |
| YUV | 154.9 | 47.35 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 12 | 0.45 | 0 | 0.94 | 0.2 | 88.44 | 0.89 | 0.42 |
| Hex | 71 | CC | C | 2D | 0 | 5E | 14 | 58 | 59 | 2A |
| Octal | 161 | 314 | 14 | 55 | 0 | 136 | 24 | 130 | 131 | 52 |
| Binary | 1110001 | 11001100 | 1100 | 101101 | 0 | 1011110 | 10100 | 1011000 | 1011001 | 101010 |
Color Harmonies of #71CC0C
Complementary color
Monochromatic Colors of #71CC0C
Black with #71CC0C
Text Example
Text Example
White with #71CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC0C; }
p { color: rgb(113,204,12); }
H1.HeaderClassName
{
color: #71CC0C;
}
.AnyTagClassName
{
color: #71CC0C;
}
</style>
background-color css
<style>
a { background-color: #71CC0C; }
a { background-color: rgb(113,204,12); }
div.DivClassName
{
background-color: #71CC0C;
}
.BgClassName
{
background-color: #71CC0C;
}
</style>
border-color css
<style>
span { border-color: #71CC0C; }
span { border-color: rgb(113,204,12); }
td.TdClassName
{
border-color: #71CC0C;
}
.TagClassName
{
border-color: #71CC0C;
}
</style>