Shades of Christi #72C112
Tints of Christi #72C112
RGB
CMYK
RGB Variations
Color information
#72C112 (or 0x72C112) is known color: Christi. HEX triplet: 72, C1 and 12. RGB value is (114,193,18). Sum of RGB (Red+Green+Blue) = 114+193+18=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #72C112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C112 is #8D3EED. Grayscale: #969696. Windows color (decimal): -9256686 or 1229170. OLE color: 1229170.
HSL color Cylindrical-coordinate representation of color #72C112: hue angle of 87.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72C112 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 18 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.24 |
| HSL | 87.09º | 0.83% | 0.41% | - |
| HSV(B) | 87.09º | 0.91% | 0.76% | - |
| XYZ | 26.12 | 41.76 | 7.26 | - |
| YUV | 149.43 | 53.83 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 18 | 0.41 | 0 | 0.91 | 0.24 | 87.09 | 0.83 | 0.41 |
| Hex | 72 | C1 | 12 | 29 | 0 | 5B | 18 | 57 | 53 | 29 |
| Octal | 162 | 301 | 22 | 51 | 0 | 133 | 30 | 127 | 123 | 51 |
| Binary | 1110010 | 11000001 | 10010 | 101001 | 0 | 1011011 | 11000 | 1010111 | 1010011 | 101001 |
Color Harmonies of #72C112
Complementary color
Monochromatic Colors of #72C112
Black with #72C112
Text Example
Text Example
White with #72C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C112; }
p { color: rgb(114,193,18); }
H1.HeaderClassName
{
color: #72C112;
}
.AnyTagClassName
{
color: #72C112;
}
</style>
background-color css
<style>
a { background-color: #72C112; }
a { background-color: rgb(114,193,18); }
div.DivClassName
{
background-color: #72C112;
}
.BgClassName
{
background-color: #72C112;
}
</style>
border-color css
<style>
span { border-color: #72C112; }
span { border-color: rgb(114,193,18); }
td.TdClassName
{
border-color: #72C112;
}
.TagClassName
{
border-color: #72C112;
}
</style>