Shades of Christi #71BC1B
Tints of Christi #71BC1B
RGB
CMYK
RGB Variations
Color information
#71BC1B (or 0x71BC1B) is known color: Christi. HEX triplet: 71, BC and 1B. RGB value is (113,188,27). Sum of RGB (Red+Green+Blue) = 113+188+27=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC1B is #8E43E4. Grayscale: #939393. Windows color (decimal): -9323493 or 1817713. OLE color: 1817713.
HSL color Cylindrical-coordinate representation of color #71BC1B: hue angle of 87.95º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71BC1B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 27 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.26 |
| HSL | 87.95º | 0.75% | 0.42% | - |
| HSV(B) | 87.95º | 0.86% | 0.74% | - |
| XYZ | 24.99 | 39.56 | 7.35 | - |
| YUV | 147.22 | 60.15 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 27 | 0.40 | 0 | 0.86 | 0.26 | 87.95 | 0.75 | 0.42 |
| Hex | 71 | BC | 1B | 28 | 0 | 56 | 1A | 58 | 4B | 2A |
| Octal | 161 | 274 | 33 | 50 | 0 | 126 | 32 | 130 | 113 | 52 |
| Binary | 1110001 | 10111100 | 11011 | 101000 | 0 | 1010110 | 11010 | 1011000 | 1001011 | 101010 |
Color Harmonies of #71BC1B
Complementary color
Monochromatic Colors of #71BC1B
Black with #71BC1B
Text Example
Text Example
White with #71BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC1B; }
p { color: rgb(113,188,27); }
H1.HeaderClassName
{
color: #71BC1B;
}
.AnyTagClassName
{
color: #71BC1B;
}
</style>
background-color css
<style>
a { background-color: #71BC1B; }
a { background-color: rgb(113,188,27); }
div.DivClassName
{
background-color: #71BC1B;
}
.BgClassName
{
background-color: #71BC1B;
}
</style>
border-color css
<style>
span { border-color: #71BC1B; }
span { border-color: rgb(113,188,27); }
td.TdClassName
{
border-color: #71BC1B;
}
.TagClassName
{
border-color: #71BC1B;
}
</style>