Shades of Christi #72C514
Tints of Christi #72C514
RGB
CMYK
RGB Variations
Color information
#72C514 (or 0x72C514) is known color: Christi. HEX triplet: 72, C5 and 14. RGB value is (114,197,20). Sum of RGB (Red+Green+Blue) = 114+197+20=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #72C514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C514 is #8D3AEB. Grayscale: #989898. Windows color (decimal): -9255660 or 1361266. OLE color: 1361266.
HSL color Cylindrical-coordinate representation of color #72C514: hue angle of 88.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72C514 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 20 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.23 |
| HSL | 88.14º | 0.82% | 0.43% | - |
| HSV(B) | 88.14º | 0.9% | 0.77% | - |
| XYZ | 27.03 | 43.56 | 7.65 | - |
| YUV | 152.01 | 53.5 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 20 | 0.42 | 0 | 0.90 | 0.23 | 88.14 | 0.82 | 0.43 |
| Hex | 72 | C5 | 14 | 2A | 0 | 5A | 17 | 58 | 52 | 2B |
| Octal | 162 | 305 | 24 | 52 | 0 | 132 | 27 | 130 | 122 | 53 |
| Binary | 1110010 | 11000101 | 10100 | 101010 | 0 | 1011010 | 10111 | 1011000 | 1010010 | 101011 |
Color Harmonies of #72C514
Complementary color
Monochromatic Colors of #72C514
Black with #72C514
Text Example
Text Example
White with #72C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C514; }
p { color: rgb(114,197,20); }
H1.HeaderClassName
{
color: #72C514;
}
.AnyTagClassName
{
color: #72C514;
}
</style>
background-color css
<style>
a { background-color: #72C514; }
a { background-color: rgb(114,197,20); }
div.DivClassName
{
background-color: #72C514;
}
.BgClassName
{
background-color: #72C514;
}
</style>
border-color css
<style>
span { border-color: #72C514; }
span { border-color: rgb(114,197,20); }
td.TdClassName
{
border-color: #72C514;
}
.TagClassName
{
border-color: #72C514;
}
</style>