Shades of Christi #72C812
Tints of Christi #72C812
RGB
CMYK
RGB Variations
Color information
#72C812 (or 0x72C812) is known color: Christi. HEX triplet: 72, C8 and 12. RGB value is (114,200,18). Sum of RGB (Red+Green+Blue) = 114+200+18=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #72C812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C812 is #8D37ED. Grayscale: #9A9A9A. Windows color (decimal): -9254894 or 1230962. OLE color: 1230962.
HSL color Cylindrical-coordinate representation of color #72C812: hue angle of 88.35º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72C812 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 18 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.22 |
| HSL | 88.35º | 0.83% | 0.43% | - |
| HSV(B) | 88.35º | 0.91% | 0.78% | - |
| XYZ | 27.7 | 44.93 | 7.78 | - |
| YUV | 153.54 | 51.51 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 18 | 0.43 | 0 | 0.91 | 0.22 | 88.35 | 0.83 | 0.43 |
| Hex | 72 | C8 | 12 | 2B | 0 | 5B | 16 | 58 | 53 | 2B |
| Octal | 162 | 310 | 22 | 53 | 0 | 133 | 26 | 130 | 123 | 53 |
| Binary | 1110010 | 11001000 | 10010 | 101011 | 0 | 1011011 | 10110 | 1011000 | 1010011 | 101011 |
Color Harmonies of #72C812
Complementary color
Monochromatic Colors of #72C812
Black with #72C812
Text Example
Text Example
White with #72C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C812; }
p { color: rgb(114,200,18); }
H1.HeaderClassName
{
color: #72C812;
}
.AnyTagClassName
{
color: #72C812;
}
</style>
background-color css
<style>
a { background-color: #72C812; }
a { background-color: rgb(114,200,18); }
div.DivClassName
{
background-color: #72C812;
}
.BgClassName
{
background-color: #72C812;
}
</style>
border-color css
<style>
span { border-color: #72C812; }
span { border-color: rgb(114,200,18); }
td.TdClassName
{
border-color: #72C812;
}
.TagClassName
{
border-color: #72C812;
}
</style>