Shades of Christi #71CE0A
Tints of Christi #71CE0A
RGB
CMYK
RGB Variations
Color information
#71CE0A (or 0x71CE0A) is known color: Christi. HEX triplet: 71, CE and 0A. RGB value is (113,206,10). Sum of RGB (Red+Green+Blue) = 113+206+10=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CE0A is #8E31F5. Grayscale: #9C9C9C. Windows color (decimal): -9318902 or 708209. OLE color: 708209.
HSL color Cylindrical-coordinate representation of color #71CE0A: hue angle of 88.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71CE0A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 10 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.19 |
| HSL | 88.47º | 0.91% | 0.42% | - |
| HSV(B) | 88.47º | 0.95% | 0.81% | - |
| XYZ | 28.94 | 47.68 | 7.96 | - |
| YUV | 155.85 | 45.69 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 10 | 0.45 | 0 | 0.95 | 0.19 | 88.47 | 0.91 | 0.42 |
| Hex | 71 | CE | A | 2D | 0 | 5F | 13 | 58 | 5B | 2A |
| Octal | 161 | 316 | 12 | 55 | 0 | 137 | 23 | 130 | 133 | 52 |
| Binary | 1110001 | 11001110 | 1010 | 101101 | 0 | 1011111 | 10011 | 1011000 | 1011011 | 101010 |
Color Harmonies of #71CE0A
Complementary color
Monochromatic Colors of #71CE0A
Black with #71CE0A
Text Example
Text Example
White with #71CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE0A; }
p { color: rgb(113,206,10); }
H1.HeaderClassName
{
color: #71CE0A;
}
.AnyTagClassName
{
color: #71CE0A;
}
</style>
background-color css
<style>
a { background-color: #71CE0A; }
a { background-color: rgb(113,206,10); }
div.DivClassName
{
background-color: #71CE0A;
}
.BgClassName
{
background-color: #71CE0A;
}
</style>
border-color css
<style>
span { border-color: #71CE0A; }
span { border-color: rgb(113,206,10); }
td.TdClassName
{
border-color: #71CE0A;
}
.TagClassName
{
border-color: #71CE0A;
}
</style>