Shades of Christi #72BA13
Tints of Christi #72BA13
RGB
CMYK
RGB Variations
Color information
#72BA13 (or 0x72BA13) is known color: Christi. HEX triplet: 72, BA and 13. RGB value is (114,186,19). Sum of RGB (Red+Green+Blue) = 114+186+19=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BA13 is #8D45EC. Grayscale: #929292. Windows color (decimal): -9258477 or 1292914. OLE color: 1292914.
HSL color Cylindrical-coordinate representation of color #72BA13: hue angle of 85.87º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72BA13 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 19 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.27 |
| HSL | 85.87º | 0.81% | 0.4% | - |
| HSV(B) | 85.87º | 0.9% | 0.73% | - |
| XYZ | 24.62 | 38.74 | 6.8 | - |
| YUV | 145.43 | 56.65 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 19 | 0.39 | 0 | 0.90 | 0.27 | 85.87 | 0.81 | 0.4 |
| Hex | 72 | BA | 13 | 27 | 0 | 5A | 1B | 56 | 51 | 28 |
| Octal | 162 | 272 | 23 | 47 | 0 | 132 | 33 | 126 | 121 | 50 |
| Binary | 1110010 | 10111010 | 10011 | 100111 | 0 | 1011010 | 11011 | 1010110 | 1010001 | 101000 |
Color Harmonies of #72BA13
Complementary color
Monochromatic Colors of #72BA13
Black with #72BA13
Text Example
Text Example
White with #72BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA13; }
p { color: rgb(114,186,19); }
H1.HeaderClassName
{
color: #72BA13;
}
.AnyTagClassName
{
color: #72BA13;
}
</style>
background-color css
<style>
a { background-color: #72BA13; }
a { background-color: rgb(114,186,19); }
div.DivClassName
{
background-color: #72BA13;
}
.BgClassName
{
background-color: #72BA13;
}
</style>
border-color css
<style>
span { border-color: #72BA13; }
span { border-color: rgb(114,186,19); }
td.TdClassName
{
border-color: #72BA13;
}
.TagClassName
{
border-color: #72BA13;
}
</style>