Shades of Christi #72C316
Tints of Christi #72C316
RGB
CMYK
RGB Variations
Color information
#72C316 (or 0x72C316) is known color: Christi. HEX triplet: 72, C3 and 16. RGB value is (114,195,22). Sum of RGB (Red+Green+Blue) = 114+195+22=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #72C316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C316 is #8D3CE9. Grayscale: #979797. Windows color (decimal): -9256170 or 1491826. OLE color: 1491826.
HSL color Cylindrical-coordinate representation of color #72C316: hue angle of 88.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72C316 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 22 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.24 |
| HSL | 88.09º | 0.8% | 0.43% | - |
| HSV(B) | 88.09º | 0.89% | 0.76% | - |
| XYZ | 26.6 | 42.67 | 7.59 | - |
| YUV | 151.06 | 55.16 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 22 | 0.42 | 0 | 0.89 | 0.24 | 88.09 | 0.8 | 0.43 |
| Hex | 72 | C3 | 16 | 2A | 0 | 59 | 18 | 58 | 50 | 2B |
| Octal | 162 | 303 | 26 | 52 | 0 | 131 | 30 | 130 | 120 | 53 |
| Binary | 1110010 | 11000011 | 10110 | 101010 | 0 | 1011001 | 11000 | 1011000 | 1010000 | 101011 |
Color Harmonies of #72C316
Complementary color
Monochromatic Colors of #72C316
Black with #72C316
Text Example
Text Example
White with #72C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C316; }
p { color: rgb(114,195,22); }
H1.HeaderClassName
{
color: #72C316;
}
.AnyTagClassName
{
color: #72C316;
}
</style>
background-color css
<style>
a { background-color: #72C316; }
a { background-color: rgb(114,195,22); }
div.DivClassName
{
background-color: #72C316;
}
.BgClassName
{
background-color: #72C316;
}
</style>
border-color css
<style>
span { border-color: #72C316; }
span { border-color: rgb(114,195,22); }
td.TdClassName
{
border-color: #72C316;
}
.TagClassName
{
border-color: #72C316;
}
</style>