Shades of Christi #72C718
Tints of Christi #72C718
RGB
CMYK
RGB Variations
Color information
#72C718 (or 0x72C718) is known color: Christi. HEX triplet: 72, C7 and 18. RGB value is (114,199,24). Sum of RGB (Red+Green+Blue) = 114+199+24=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #72C718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C718 is #8D38E7. Grayscale: #9A9A9A. Windows color (decimal): -9255144 or 1623922. OLE color: 1623922.
HSL color Cylindrical-coordinate representation of color #72C718: hue angle of 89.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72C718 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 199 | 24 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.22 |
| HSL | 89.14º | 0.78% | 0.44% | - |
| HSV(B) | 89.14º | 0.88% | 0.78% | - |
| XYZ | 27.53 | 44.49 | 8 | - |
| YUV | 153.64 | 54.84 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 24 | 0.43 | 0 | 0.88 | 0.22 | 89.14 | 0.78 | 0.44 |
| Hex | 72 | C7 | 18 | 2B | 0 | 58 | 16 | 59 | 4E | 2C |
| Octal | 162 | 307 | 30 | 53 | 0 | 130 | 26 | 131 | 116 | 54 |
| Binary | 1110010 | 11000111 | 11000 | 101011 | 0 | 1011000 | 10110 | 1011001 | 1001110 | 101100 |
Color Harmonies of #72C718
Complementary color
Monochromatic Colors of #72C718
Black with #72C718
Text Example
Text Example
White with #72C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C718; }
p { color: rgb(114,199,24); }
H1.HeaderClassName
{
color: #72C718;
}
.AnyTagClassName
{
color: #72C718;
}
</style>
background-color css
<style>
a { background-color: #72C718; }
a { background-color: rgb(114,199,24); }
div.DivClassName
{
background-color: #72C718;
}
.BgClassName
{
background-color: #72C718;
}
</style>
border-color css
<style>
span { border-color: #72C718; }
span { border-color: rgb(114,199,24); }
td.TdClassName
{
border-color: #72C718;
}
.TagClassName
{
border-color: #72C718;
}
</style>