Shades of Christi #71BD20
Tints of Christi #71BD20
RGB
CMYK
RGB Variations
Color information
#71BD20 (or 0x71BD20) is known color: Christi. HEX triplet: 71, BD and 20. RGB value is (113,189,32). Sum of RGB (Red+Green+Blue) = 113+189+32=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD20 is #8E42DF. Grayscale: #949494. Windows color (decimal): -9323232 or 2145649. OLE color: 2145649.
HSL color Cylindrical-coordinate representation of color #71BD20: hue angle of 89.04º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71BD20 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 32 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.26 |
| HSL | 89.04º | 0.71% | 0.43% | - |
| HSV(B) | 89.04º | 0.83% | 0.74% | - |
| XYZ | 25.27 | 40.01 | 7.76 | - |
| YUV | 148.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 32 | 0.40 | 0 | 0.83 | 0.26 | 89.04 | 0.71 | 0.43 |
| Hex | 71 | BD | 20 | 28 | 0 | 53 | 1A | 59 | 47 | 2B |
| Octal | 161 | 275 | 40 | 50 | 0 | 123 | 32 | 131 | 107 | 53 |
| Binary | 1110001 | 10111101 | 100000 | 101000 | 0 | 1010011 | 11010 | 1011001 | 1000111 | 101011 |
Color Harmonies of #71BD20
Complementary color
Monochromatic Colors of #71BD20
Black with #71BD20
Text Example
Text Example
White with #71BD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD20; }
p { color: rgb(113,189,32); }
H1.HeaderClassName
{
color: #71BD20;
}
.AnyTagClassName
{
color: #71BD20;
}
</style>
background-color css
<style>
a { background-color: #71BD20; }
a { background-color: rgb(113,189,32); }
div.DivClassName
{
background-color: #71BD20;
}
.BgClassName
{
background-color: #71BD20;
}
</style>
border-color css
<style>
span { border-color: #71BD20; }
span { border-color: rgb(113,189,32); }
td.TdClassName
{
border-color: #71BD20;
}
.TagClassName
{
border-color: #71BD20;
}
</style>