Shades of Christi #72C00A
Tints of Christi #72C00A
RGB
CMYK
RGB Variations
Color information
#72C00A (or 0x72C00A) is known color: Christi. HEX triplet: 72, C0 and 0A. RGB value is (114,192,10). Sum of RGB (Red+Green+Blue) = 114+192+10=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #72C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C00A is #8D3FF5. Grayscale: #949494. Windows color (decimal): -9256950 or 704626. OLE color: 704626.
HSL color Cylindrical-coordinate representation of color #72C00A: hue angle of 85.71º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72C00A is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 10 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.25 |
| HSL | 85.71º | 0.9% | 0.4% | - |
| HSV(B) | 85.71º | 0.95% | 0.75% | - |
| XYZ | 25.84 | 41.3 | 6.9 | - |
| YUV | 147.93 | 50.16 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 10 | 0.41 | 0 | 0.95 | 0.25 | 85.71 | 0.9 | 0.4 |
| Hex | 72 | C0 | A | 29 | 0 | 5F | 19 | 56 | 5A | 28 |
| Octal | 162 | 300 | 12 | 51 | 0 | 137 | 31 | 126 | 132 | 50 |
| Binary | 1110010 | 11000000 | 1010 | 101001 | 0 | 1011111 | 11001 | 1010110 | 1011010 | 101000 |
Color Harmonies of #72C00A
Complementary color
Monochromatic Colors of #72C00A
Black with #72C00A
Text Example
Text Example
White with #72C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C00A; }
p { color: rgb(114,192,10); }
H1.HeaderClassName
{
color: #72C00A;
}
.AnyTagClassName
{
color: #72C00A;
}
</style>
background-color css
<style>
a { background-color: #72C00A; }
a { background-color: rgb(114,192,10); }
div.DivClassName
{
background-color: #72C00A;
}
.BgClassName
{
background-color: #72C00A;
}
</style>
border-color css
<style>
span { border-color: #72C00A; }
span { border-color: rgb(114,192,10); }
td.TdClassName
{
border-color: #72C00A;
}
.TagClassName
{
border-color: #72C00A;
}
</style>