Shades of Christi #72C019
Tints of Christi #72C019
RGB
CMYK
RGB Variations
Color information
#72C019 (or 0x72C019) is known color: Christi. HEX triplet: 72, C0 and 19. RGB value is (114,192,25). Sum of RGB (Red+Green+Blue) = 114+192+25=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #72C019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C019 is #8D3FE6. Grayscale: #969696. Windows color (decimal): -9256935 or 1687666. OLE color: 1687666.
HSL color Cylindrical-coordinate representation of color #72C019: hue angle of 88.02º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72C019 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 25 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.25 |
| HSL | 88.02º | 0.77% | 0.43% | - |
| HSV(B) | 88.02º | 0.87% | 0.75% | - |
| XYZ | 25.96 | 41.35 | 7.53 | - |
| YUV | 149.64 | 57.66 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 25 | 0.41 | 0 | 0.87 | 0.25 | 88.02 | 0.77 | 0.43 |
| Hex | 72 | C0 | 19 | 29 | 0 | 57 | 19 | 58 | 4D | 2B |
| Octal | 162 | 300 | 31 | 51 | 0 | 127 | 31 | 130 | 115 | 53 |
| Binary | 1110010 | 11000000 | 11001 | 101001 | 0 | 1010111 | 11001 | 1011000 | 1001101 | 101011 |
Color Harmonies of #72C019
Complementary color
Monochromatic Colors of #72C019
Black with #72C019
Text Example
Text Example
White with #72C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C019; }
p { color: rgb(114,192,25); }
H1.HeaderClassName
{
color: #72C019;
}
.AnyTagClassName
{
color: #72C019;
}
</style>
background-color css
<style>
a { background-color: #72C019; }
a { background-color: rgb(114,192,25); }
div.DivClassName
{
background-color: #72C019;
}
.BgClassName
{
background-color: #72C019;
}
</style>
border-color css
<style>
span { border-color: #72C019; }
span { border-color: rgb(114,192,25); }
td.TdClassName
{
border-color: #72C019;
}
.TagClassName
{
border-color: #72C019;
}
</style>