Shades of Christi #71BC0A
Tints of Christi #71BC0A
RGB
CMYK
RGB Variations
Color information
#71BC0A (or 0x71BC0A) is known color: Christi. HEX triplet: 71, BC and 0A. RGB value is (113,188,10). Sum of RGB (Red+Green+Blue) = 113+188+10=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC0A is #8E43F5. Grayscale: #919191. Windows color (decimal): -9323510 or 703601. OLE color: 703601.
HSL color Cylindrical-coordinate representation of color #71BC0A: hue angle of 85.28º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71BC0A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.26 |
| HSL | 85.28º | 0.9% | 0.39% | - |
| HSV(B) | 85.28º | 0.95% | 0.74% | - |
| XYZ | 24.85 | 39.5 | 6.6 | - |
| YUV | 145.28 | 51.65 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 10 | 0.40 | 0 | 0.95 | 0.26 | 85.28 | 0.9 | 0.39 |
| Hex | 71 | BC | A | 28 | 0 | 5F | 1A | 55 | 5A | 27 |
| Octal | 161 | 274 | 12 | 50 | 0 | 137 | 32 | 125 | 132 | 47 |
| Binary | 1110001 | 10111100 | 1010 | 101000 | 0 | 1011111 | 11010 | 1010101 | 1011010 | 100111 |
Color Harmonies of #71BC0A
Complementary color
Monochromatic Colors of #71BC0A
Black with #71BC0A
Text Example
Text Example
White with #71BC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC0A; }
p { color: rgb(113,188,10); }
H1.HeaderClassName
{
color: #71BC0A;
}
.AnyTagClassName
{
color: #71BC0A;
}
</style>
background-color css
<style>
a { background-color: #71BC0A; }
a { background-color: rgb(113,188,10); }
div.DivClassName
{
background-color: #71BC0A;
}
.BgClassName
{
background-color: #71BC0A;
}
</style>
border-color css
<style>
span { border-color: #71BC0A; }
span { border-color: rgb(113,188,10); }
td.TdClassName
{
border-color: #71BC0A;
}
.TagClassName
{
border-color: #71BC0A;
}
</style>