Shades of Christi #71BB20
Tints of Christi #71BB20
RGB
CMYK
RGB Variations
Color information
#71BB20 (or 0x71BB20) is known color: Christi. HEX triplet: 71, BB and 20. RGB value is (113,187,32). Sum of RGB (Red+Green+Blue) = 113+187+32=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB20 is #8E44DF. Grayscale: #939393. Windows color (decimal): -9323744 or 2145137. OLE color: 2145137.
HSL color Cylindrical-coordinate representation of color #71BB20: hue angle of 88.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71BB20 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 32 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.27 |
| HSL | 88.65º | 0.71% | 0.43% | - |
| HSV(B) | 88.65º | 0.83% | 0.73% | - |
| XYZ | 24.84 | 39.16 | 7.62 | - |
| YUV | 147.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 32 | 0.40 | 0 | 0.83 | 0.27 | 88.65 | 0.71 | 0.43 |
| Hex | 71 | BB | 20 | 28 | 0 | 53 | 1B | 59 | 47 | 2B |
| Octal | 161 | 273 | 40 | 50 | 0 | 123 | 33 | 131 | 107 | 53 |
| Binary | 1110001 | 10111011 | 100000 | 101000 | 0 | 1010011 | 11011 | 1011001 | 1000111 | 101011 |
Color Harmonies of #71BB20
Complementary color
Monochromatic Colors of #71BB20
Black with #71BB20
Text Example
Text Example
White with #71BB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB20; }
p { color: rgb(113,187,32); }
H1.HeaderClassName
{
color: #71BB20;
}
.AnyTagClassName
{
color: #71BB20;
}
</style>
background-color css
<style>
a { background-color: #71BB20; }
a { background-color: rgb(113,187,32); }
div.DivClassName
{
background-color: #71BB20;
}
.BgClassName
{
background-color: #71BB20;
}
</style>
border-color css
<style>
span { border-color: #71BB20; }
span { border-color: rgb(113,187,32); }
td.TdClassName
{
border-color: #71BB20;
}
.TagClassName
{
border-color: #71BB20;
}
</style>