Shades of Christi #71B424
Tints of Christi #71B424
RGB
CMYK
RGB Variations
Color information
#71B424 (or 0x71B424) is known color: Christi. HEX triplet: 71, B4 and 24. RGB value is (113,180,36). Sum of RGB (Red+Green+Blue) = 113+180+36=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #71B424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B424 is #8E4BDB. Grayscale: #909090. Windows color (decimal): -9325532 or 2405489. OLE color: 2405489.
HSL color Cylindrical-coordinate representation of color #71B424: hue angle of 87.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71B424 is Cyan = 0.37, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 36 | - |
| CMYK | 0.37 | 0 | 0.8 | 0.29 |
| HSL | 87.92º | 0.67% | 0.42% | - |
| HSV(B) | 87.92º | 0.8% | 0.71% | - |
| XYZ | 23.45 | 36.28 | 7.44 | - |
| YUV | 143.55 | 67.3 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 36 | 0.37 | 0 | 0.8 | 0.29 | 87.92 | 0.67 | 0.42 |
| Hex | 71 | B4 | 24 | 25 | 0 | 50 | 1D | 58 | 43 | 2A |
| Octal | 161 | 264 | 44 | 45 | 0 | 120 | 35 | 130 | 103 | 52 |
| Binary | 1110001 | 10110100 | 100100 | 100101 | 0 | 1010000 | 11101 | 1011000 | 1000011 | 101010 |
Color Harmonies of #71B424
Complementary color
Monochromatic Colors of #71B424
Black with #71B424
Text Example
Text Example
White with #71B424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B424; }
p { color: rgb(113,180,36); }
H1.HeaderClassName
{
color: #71B424;
}
.AnyTagClassName
{
color: #71B424;
}
</style>
background-color css
<style>
a { background-color: #71B424; }
a { background-color: rgb(113,180,36); }
div.DivClassName
{
background-color: #71B424;
}
.BgClassName
{
background-color: #71B424;
}
</style>
border-color css
<style>
span { border-color: #71B424; }
span { border-color: rgb(113,180,36); }
td.TdClassName
{
border-color: #71B424;
}
.TagClassName
{
border-color: #71B424;
}
</style>