Shades of Christi #71CA04
Tints of Christi #71CA04
RGB
CMYK
RGB Variations
Color information
#71CA04 (or 0x71CA04) is known color: Christi. HEX triplet: 71, CA and 04. RGB value is (113,202,4). Sum of RGB (Red+Green+Blue) = 113+202+4=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CA04 is #8E35FB. Grayscale: #999999. Windows color (decimal): -9319932 or 313969. OLE color: 313969.
HSL color Cylindrical-coordinate representation of color #71CA04: hue angle of 86.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71CA04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.21 |
| HSL | 86.97º | 0.96% | 0.4% | - |
| HSV(B) | 86.97º | 0.98% | 0.79% | - |
| XYZ | 27.95 | 45.76 | 7.47 | - |
| YUV | 152.82 | 44.01 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 4 | 0.44 | 0 | 0.98 | 0.21 | 86.97 | 0.96 | 0.4 |
| Hex | 71 | CA | 4 | 2C | 0 | 62 | 15 | 57 | 60 | 28 |
| Octal | 161 | 312 | 4 | 54 | 0 | 142 | 25 | 127 | 140 | 50 |
| Binary | 1110001 | 11001010 | 100 | 101100 | 0 | 1100010 | 10101 | 1010111 | 1100000 | 101000 |
Color Harmonies of #71CA04
Complementary color
Monochromatic Colors of #71CA04
Black with #71CA04
Text Example
Text Example
White with #71CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA04; }
p { color: rgb(113,202,4); }
H1.HeaderClassName
{
color: #71CA04;
}
.AnyTagClassName
{
color: #71CA04;
}
</style>
background-color css
<style>
a { background-color: #71CA04; }
a { background-color: rgb(113,202,4); }
div.DivClassName
{
background-color: #71CA04;
}
.BgClassName
{
background-color: #71CA04;
}
</style>
border-color css
<style>
span { border-color: #71CA04; }
span { border-color: rgb(113,202,4); }
td.TdClassName
{
border-color: #71CA04;
}
.TagClassName
{
border-color: #71CA04;
}
</style>