Shades of Christi #71CF04
Tints of Christi #71CF04
RGB
CMYK
RGB Variations
Color information
#71CF04 (or 0x71CF04) is known color: Christi. HEX triplet: 71, CF and 04. RGB value is (113,207,4). Sum of RGB (Red+Green+Blue) = 113+207+4=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CF04 is #8E30FB. Grayscale: #9C9C9C. Windows color (decimal): -9318652 or 315249. OLE color: 315249.
HSL color Cylindrical-coordinate representation of color #71CF04: hue angle of 87.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71CF04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.19 |
| HSL | 87.78º | 0.96% | 0.41% | - |
| HSV(B) | 87.78º | 0.98% | 0.81% | - |
| XYZ | 29.14 | 48.15 | 7.87 | - |
| YUV | 155.75 | 42.36 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 4 | 0.45 | 0 | 0.98 | 0.19 | 87.78 | 0.96 | 0.41 |
| Hex | 71 | CF | 4 | 2D | 0 | 62 | 13 | 58 | 60 | 29 |
| Octal | 161 | 317 | 4 | 55 | 0 | 142 | 23 | 130 | 140 | 51 |
| Binary | 1110001 | 11001111 | 100 | 101101 | 0 | 1100010 | 10011 | 1011000 | 1100000 | 101001 |
Color Harmonies of #71CF04
Complementary color
Monochromatic Colors of #71CF04
Black with #71CF04
Text Example
Text Example
White with #71CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF04; }
p { color: rgb(113,207,4); }
H1.HeaderClassName
{
color: #71CF04;
}
.AnyTagClassName
{
color: #71CF04;
}
</style>
background-color css
<style>
a { background-color: #71CF04; }
a { background-color: rgb(113,207,4); }
div.DivClassName
{
background-color: #71CF04;
}
.BgClassName
{
background-color: #71CF04;
}
</style>
border-color css
<style>
span { border-color: #71CF04; }
span { border-color: rgb(113,207,4); }
td.TdClassName
{
border-color: #71CF04;
}
.TagClassName
{
border-color: #71CF04;
}
</style>