Shades of Christi #72C002
Tints of Christi #72C002
RGB
CMYK
RGB Variations
Color information
#72C002 (or 0x72C002) is known color: Christi. HEX triplet: 72, C0 and 02. RGB value is (114,192,2). Sum of RGB (Red+Green+Blue) = 114+192+2=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #72C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C002 is #8D3FFD. Grayscale: #939393. Windows color (decimal): -9256958 or 180338. OLE color: 180338.
HSL color Cylindrical-coordinate representation of color #72C002: hue angle of 84.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72C002 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.25 |
| HSL | 84.63º | 0.98% | 0.38% | - |
| HSV(B) | 84.63º | 0.99% | 0.75% | - |
| XYZ | 25.8 | 41.28 | 6.67 | - |
| YUV | 147.02 | 46.16 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 2 | 0.41 | 0 | 0.99 | 0.25 | 84.63 | 0.98 | 0.38 |
| Hex | 72 | C0 | 2 | 29 | 0 | 63 | 19 | 55 | 62 | 26 |
| Octal | 162 | 300 | 2 | 51 | 0 | 143 | 31 | 125 | 142 | 46 |
| Binary | 1110010 | 11000000 | 10 | 101001 | 0 | 1100011 | 11001 | 1010101 | 1100010 | 100110 |
Color Harmonies of #72C002
Complementary color
Monochromatic Colors of #72C002
Black with #72C002
Text Example
Text Example
White with #72C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C002; }
p { color: rgb(114,192,2); }
H1.HeaderClassName
{
color: #72C002;
}
.AnyTagClassName
{
color: #72C002;
}
</style>
background-color css
<style>
a { background-color: #72C002; }
a { background-color: rgb(114,192,2); }
div.DivClassName
{
background-color: #72C002;
}
.BgClassName
{
background-color: #72C002;
}
</style>
border-color css
<style>
span { border-color: #72C002; }
span { border-color: rgb(114,192,2); }
td.TdClassName
{
border-color: #72C002;
}
.TagClassName
{
border-color: #72C002;
}
</style>