Shades of Christi #71BE0C
Tints of Christi #71BE0C
RGB
CMYK
RGB Variations
Color information
#71BE0C (or 0x71BE0C) is known color: Christi. HEX triplet: 71, BE and 0C. RGB value is (113,190,12). Sum of RGB (Red+Green+Blue) = 113+190+12=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BE0C is #8E41F3. Grayscale: #939393. Windows color (decimal): -9322996 or 835185. OLE color: 835185.
HSL color Cylindrical-coordinate representation of color #71BE0C: hue angle of 85.96º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71BE0C is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 12 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.25 |
| HSL | 85.96º | 0.88% | 0.4% | - |
| HSV(B) | 85.96º | 0.94% | 0.75% | - |
| XYZ | 25.29 | 40.36 | 6.81 | - |
| YUV | 146.69 | 51.99 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 12 | 0.41 | 0 | 0.94 | 0.25 | 85.96 | 0.88 | 0.4 |
| Hex | 71 | BE | C | 29 | 0 | 5E | 19 | 56 | 58 | 28 |
| Octal | 161 | 276 | 14 | 51 | 0 | 136 | 31 | 126 | 130 | 50 |
| Binary | 1110001 | 10111110 | 1100 | 101001 | 0 | 1011110 | 11001 | 1010110 | 1011000 | 101000 |
Color Harmonies of #71BE0C
Complementary color
Monochromatic Colors of #71BE0C
Black with #71BE0C
Text Example
Text Example
White with #71BE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BE0C; }
p { color: rgb(113,190,12); }
H1.HeaderClassName
{
color: #71BE0C;
}
.AnyTagClassName
{
color: #71BE0C;
}
</style>
background-color css
<style>
a { background-color: #71BE0C; }
a { background-color: rgb(113,190,12); }
div.DivClassName
{
background-color: #71BE0C;
}
.BgClassName
{
background-color: #71BE0C;
}
</style>
border-color css
<style>
span { border-color: #71BE0C; }
span { border-color: rgb(113,190,12); }
td.TdClassName
{
border-color: #71BE0C;
}
.TagClassName
{
border-color: #71BE0C;
}
</style>