Shades of Christi #71BC23
Tints of Christi #71BC23
RGB
CMYK
RGB Variations
Color information
#71BC23 (or 0x71BC23) is known color: Christi. HEX triplet: 71, BC and 23. RGB value is (113,188,35). Sum of RGB (Red+Green+Blue) = 113+188+35=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC23 is #8E43DC. Grayscale: #949494. Windows color (decimal): -9323485 or 2342001. OLE color: 2342001.
HSL color Cylindrical-coordinate representation of color #71BC23: hue angle of 89.41º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71BC23 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 35 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.26 |
| HSL | 89.41º | 0.69% | 0.44% | - |
| HSV(B) | 89.41º | 0.81% | 0.74% | - |
| XYZ | 25.1 | 39.6 | 7.91 | - |
| YUV | 148.13 | 64.15 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 35 | 0.40 | 0 | 0.81 | 0.26 | 89.41 | 0.69 | 0.44 |
| Hex | 71 | BC | 23 | 28 | 0 | 51 | 1A | 59 | 45 | 2C |
| Octal | 161 | 274 | 43 | 50 | 0 | 121 | 32 | 131 | 105 | 54 |
| Binary | 1110001 | 10111100 | 100011 | 101000 | 0 | 1010001 | 11010 | 1011001 | 1000101 | 101100 |
Color Harmonies of #71BC23
Complementary color
Monochromatic Colors of #71BC23
Black with #71BC23
Text Example
Text Example
White with #71BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC23; }
p { color: rgb(113,188,35); }
H1.HeaderClassName
{
color: #71BC23;
}
.AnyTagClassName
{
color: #71BC23;
}
</style>
background-color css
<style>
a { background-color: #71BC23; }
a { background-color: rgb(113,188,35); }
div.DivClassName
{
background-color: #71BC23;
}
.BgClassName
{
background-color: #71BC23;
}
</style>
border-color css
<style>
span { border-color: #71BC23; }
span { border-color: rgb(113,188,35); }
td.TdClassName
{
border-color: #71BC23;
}
.TagClassName
{
border-color: #71BC23;
}
</style>