Shades of Christi #72C70F
Tints of Christi #72C70F
RGB
CMYK
RGB Variations
Color information
#72C70F (or 0x72C70F) is known color: Christi. HEX triplet: 72, C7 and 0F. RGB value is (114,199,15). Sum of RGB (Red+Green+Blue) = 114+199+15=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #72C70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C70F is #8D38F0. Grayscale: #999999. Windows color (decimal): -9255153 or 1034098. OLE color: 1034098.
HSL color Cylindrical-coordinate representation of color #72C70F: hue angle of 87.72º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72C70F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 199 | 15 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.22 |
| HSL | 87.72º | 0.86% | 0.42% | - |
| HSV(B) | 87.72º | 0.92% | 0.78% | - |
| XYZ | 27.45 | 44.46 | 7.59 | - |
| YUV | 152.61 | 50.34 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 15 | 0.43 | 0 | 0.92 | 0.22 | 87.72 | 0.86 | 0.42 |
| Hex | 72 | C7 | F | 2B | 0 | 5C | 16 | 58 | 56 | 2A |
| Octal | 162 | 307 | 17 | 53 | 0 | 134 | 26 | 130 | 126 | 52 |
| Binary | 1110010 | 11000111 | 1111 | 101011 | 0 | 1011100 | 10110 | 1011000 | 1010110 | 101010 |
Color Harmonies of #72C70F
Complementary color
Monochromatic Colors of #72C70F
Black with #72C70F
Text Example
Text Example
White with #72C70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C70F; }
p { color: rgb(114,199,15); }
H1.HeaderClassName
{
color: #72C70F;
}
.AnyTagClassName
{
color: #72C70F;
}
</style>
background-color css
<style>
a { background-color: #72C70F; }
a { background-color: rgb(114,199,15); }
div.DivClassName
{
background-color: #72C70F;
}
.BgClassName
{
background-color: #72C70F;
}
</style>
border-color css
<style>
span { border-color: #72C70F; }
span { border-color: rgb(114,199,15); }
td.TdClassName
{
border-color: #72C70F;
}
.TagClassName
{
border-color: #72C70F;
}
</style>