Shades of Christi #72C513
Tints of Christi #72C513
RGB
CMYK
RGB Variations
Color information
#72C513 (or 0x72C513) is known color: Christi. HEX triplet: 72, C5 and 13. RGB value is (114,197,19). Sum of RGB (Red+Green+Blue) = 114+197+19=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #72C513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C513 is #8D3AEC. Grayscale: #989898. Windows color (decimal): -9255661 or 1295730. OLE color: 1295730.
HSL color Cylindrical-coordinate representation of color #72C513: hue angle of 87.98º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72C513 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.23 |
| HSL | 87.98º | 0.82% | 0.42% | - |
| HSV(B) | 87.98º | 0.9% | 0.77% | - |
| XYZ | 27.02 | 43.56 | 7.6 | - |
| YUV | 151.89 | 53 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 19 | 0.42 | 0 | 0.90 | 0.23 | 87.98 | 0.82 | 0.42 |
| Hex | 72 | C5 | 13 | 2A | 0 | 5A | 17 | 58 | 52 | 2A |
| Octal | 162 | 305 | 23 | 52 | 0 | 132 | 27 | 130 | 122 | 52 |
| Binary | 1110010 | 11000101 | 10011 | 101010 | 0 | 1011010 | 10111 | 1011000 | 1010010 | 101010 |
Color Harmonies of #72C513
Complementary color
Monochromatic Colors of #72C513
Black with #72C513
Text Example
Text Example
White with #72C513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C513; }
p { color: rgb(114,197,19); }
H1.HeaderClassName
{
color: #72C513;
}
.AnyTagClassName
{
color: #72C513;
}
</style>
background-color css
<style>
a { background-color: #72C513; }
a { background-color: rgb(114,197,19); }
div.DivClassName
{
background-color: #72C513;
}
.BgClassName
{
background-color: #72C513;
}
</style>
border-color css
<style>
span { border-color: #72C513; }
span { border-color: rgb(114,197,19); }
td.TdClassName
{
border-color: #72C513;
}
.TagClassName
{
border-color: #72C513;
}
</style>