Shades of Christi #72C206
Tints of Christi #72C206
RGB
CMYK
RGB Variations
Color information
#72C206 (or 0x72C206) is known color: Christi. HEX triplet: 72, C2 and 06. RGB value is (114,194,6). Sum of RGB (Red+Green+Blue) = 114+194+6=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #72C206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C206 is #8D3DF9. Grayscale: #959595. Windows color (decimal): -9256442 or 442994. OLE color: 442994.
HSL color Cylindrical-coordinate representation of color #72C206: hue angle of 85.53º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72C206 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.24 |
| HSL | 85.53º | 0.94% | 0.39% | - |
| HSV(B) | 85.53º | 0.97% | 0.76% | - |
| XYZ | 26.26 | 42.17 | 6.93 | - |
| YUV | 148.65 | 47.5 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 6 | 0.41 | 0 | 0.97 | 0.24 | 85.53 | 0.94 | 0.39 |
| Hex | 72 | C2 | 6 | 29 | 0 | 61 | 18 | 56 | 5E | 27 |
| Octal | 162 | 302 | 6 | 51 | 0 | 141 | 30 | 126 | 136 | 47 |
| Binary | 1110010 | 11000010 | 110 | 101001 | 0 | 1100001 | 11000 | 1010110 | 1011110 | 100111 |
Color Harmonies of #72C206
Complementary color
Monochromatic Colors of #72C206
Black with #72C206
Text Example
Text Example
White with #72C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C206; }
p { color: rgb(114,194,6); }
H1.HeaderClassName
{
color: #72C206;
}
.AnyTagClassName
{
color: #72C206;
}
</style>
background-color css
<style>
a { background-color: #72C206; }
a { background-color: rgb(114,194,6); }
div.DivClassName
{
background-color: #72C206;
}
.BgClassName
{
background-color: #72C206;
}
</style>
border-color css
<style>
span { border-color: #72C206; }
span { border-color: rgb(114,194,6); }
td.TdClassName
{
border-color: #72C206;
}
.TagClassName
{
border-color: #72C206;
}
</style>