Shades of Christi #71CE05
Tints of Christi #71CE05
RGB
CMYK
RGB Variations
Color information
#71CE05 (or 0x71CE05) is known color: Christi. HEX triplet: 71, CE and 05. RGB value is (113,206,5). Sum of RGB (Red+Green+Blue) = 113+206+5=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CE05 is #8E31FA. Grayscale: #9B9B9B. Windows color (decimal): -9318907 or 380529. OLE color: 380529.
HSL color Cylindrical-coordinate representation of color #71CE05: hue angle of 87.76º degrees, saturation: 0.95, 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 #71CE05 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 5 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.19 |
| HSL | 87.76º | 0.95% | 0.41% | - |
| HSV(B) | 87.76º | 0.98% | 0.81% | - |
| XYZ | 28.91 | 47.66 | 7.82 | - |
| YUV | 155.28 | 43.19 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 5 | 0.45 | 0 | 0.98 | 0.19 | 87.76 | 0.95 | 0.41 |
| Hex | 71 | CE | 5 | 2D | 0 | 62 | 13 | 58 | 5F | 29 |
| Octal | 161 | 316 | 5 | 55 | 0 | 142 | 23 | 130 | 137 | 51 |
| Binary | 1110001 | 11001110 | 101 | 101101 | 0 | 1100010 | 10011 | 1011000 | 1011111 | 101001 |
Color Harmonies of #71CE05
Complementary color
Monochromatic Colors of #71CE05
Black with #71CE05
Text Example
Text Example
White with #71CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE05; }
p { color: rgb(113,206,5); }
H1.HeaderClassName
{
color: #71CE05;
}
.AnyTagClassName
{
color: #71CE05;
}
</style>
background-color css
<style>
a { background-color: #71CE05; }
a { background-color: rgb(113,206,5); }
div.DivClassName
{
background-color: #71CE05;
}
.BgClassName
{
background-color: #71CE05;
}
</style>
border-color css
<style>
span { border-color: #71CE05; }
span { border-color: rgb(113,206,5); }
td.TdClassName
{
border-color: #71CE05;
}
.TagClassName
{
border-color: #71CE05;
}
</style>