Shades of Christi #72C411
Tints of Christi #72C411
RGB
CMYK
RGB Variations
Color information
#72C411 (or 0x72C411) is known color: Christi. HEX triplet: 72, C4 and 11. RGB value is (114,196,17). Sum of RGB (Red+Green+Blue) = 114+196+17=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #72C411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C411 is #8D3BEE. Grayscale: #979797. Windows color (decimal): -9255919 or 1164402. OLE color: 1164402.
HSL color Cylindrical-coordinate representation of color #72C411: hue angle of 87.49º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72C411 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 17 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.23 |
| HSL | 87.49º | 0.84% | 0.42% | - |
| HSV(B) | 87.49º | 0.91% | 0.77% | - |
| XYZ | 26.78 | 43.1 | 7.44 | - |
| YUV | 151.08 | 52.33 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 17 | 0.42 | 0 | 0.91 | 0.23 | 87.49 | 0.84 | 0.42 |
| Hex | 72 | C4 | 11 | 2A | 0 | 5B | 17 | 57 | 54 | 2A |
| Octal | 162 | 304 | 21 | 52 | 0 | 133 | 27 | 127 | 124 | 52 |
| Binary | 1110010 | 11000100 | 10001 | 101010 | 0 | 1011011 | 10111 | 1010111 | 1010100 | 101010 |
Color Harmonies of #72C411
Complementary color
Monochromatic Colors of #72C411
Black with #72C411
Text Example
Text Example
White with #72C411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C411; }
p { color: rgb(114,196,17); }
H1.HeaderClassName
{
color: #72C411;
}
.AnyTagClassName
{
color: #72C411;
}
</style>
background-color css
<style>
a { background-color: #72C411; }
a { background-color: rgb(114,196,17); }
div.DivClassName
{
background-color: #72C411;
}
.BgClassName
{
background-color: #72C411;
}
</style>
border-color css
<style>
span { border-color: #72C411; }
span { border-color: rgb(114,196,17); }
td.TdClassName
{
border-color: #72C411;
}
.TagClassName
{
border-color: #72C411;
}
</style>