Shades of Christi #72C70B
Tints of Christi #72C70B
RGB
CMYK
RGB Variations
Color information
#72C70B (or 0x72C70B) is known color: Christi. HEX triplet: 72, C7 and 0B. RGB value is (114,199,11). Sum of RGB (Red+Green+Blue) = 114+199+11=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #72C70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C70B is #8D38F4. Grayscale: #989898. Windows color (decimal): -9255157 or 771954. OLE color: 771954.
HSL color Cylindrical-coordinate representation of color #72C70B: hue angle of 87.13º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72C70B is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 199 | 11 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.22 |
| HSL | 87.13º | 0.9% | 0.41% | - |
| HSV(B) | 87.13º | 0.94% | 0.78% | - |
| XYZ | 27.42 | 44.45 | 7.45 | - |
| YUV | 152.15 | 48.34 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 11 | 0.43 | 0 | 0.94 | 0.22 | 87.13 | 0.9 | 0.41 |
| Hex | 72 | C7 | B | 2B | 0 | 5E | 16 | 57 | 5A | 29 |
| Octal | 162 | 307 | 13 | 53 | 0 | 136 | 26 | 127 | 132 | 51 |
| Binary | 1110010 | 11000111 | 1011 | 101011 | 0 | 1011110 | 10110 | 1010111 | 1011010 | 101001 |
Color Harmonies of #72C70B
Complementary color
Monochromatic Colors of #72C70B
Black with #72C70B
Text Example
Text Example
White with #72C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C70B; }
p { color: rgb(114,199,11); }
H1.HeaderClassName
{
color: #72C70B;
}
.AnyTagClassName
{
color: #72C70B;
}
</style>
background-color css
<style>
a { background-color: #72C70B; }
a { background-color: rgb(114,199,11); }
div.DivClassName
{
background-color: #72C70B;
}
.BgClassName
{
background-color: #72C70B;
}
</style>
border-color css
<style>
span { border-color: #72C70B; }
span { border-color: rgb(114,199,11); }
td.TdClassName
{
border-color: #72C70B;
}
.TagClassName
{
border-color: #72C70B;
}
</style>