Shades of Christi #72CE0A
Tints of Christi #72CE0A
RGB
CMYK
RGB Variations
Color information
#72CE0A (or 0x72CE0A) is known color: Christi. HEX triplet: 72, CE and 0A. RGB value is (114,206,10). Sum of RGB (Red+Green+Blue) = 114+206+10=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CE0A is #8D31F5. Grayscale: #9C9C9C. Windows color (decimal): -9253366 or 708210. OLE color: 708210.
HSL color Cylindrical-coordinate representation of color #72CE0A: hue angle of 88.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72CE0A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 10 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.19 |
| HSL | 88.16º | 0.91% | 0.42% | - |
| HSV(B) | 88.16º | 0.95% | 0.81% | - |
| XYZ | 29.07 | 47.74 | 7.97 | - |
| YUV | 156.15 | 45.52 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 10 | 0.45 | 0 | 0.95 | 0.19 | 88.16 | 0.91 | 0.42 |
| Hex | 72 | CE | A | 2D | 0 | 5F | 13 | 58 | 5B | 2A |
| Octal | 162 | 316 | 12 | 55 | 0 | 137 | 23 | 130 | 133 | 52 |
| Binary | 1110010 | 11001110 | 1010 | 101101 | 0 | 1011111 | 10011 | 1011000 | 1011011 | 101010 |
Color Harmonies of #72CE0A
Complementary color
Monochromatic Colors of #72CE0A
Black with #72CE0A
Text Example
Text Example
White with #72CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE0A; }
p { color: rgb(114,206,10); }
H1.HeaderClassName
{
color: #72CE0A;
}
.AnyTagClassName
{
color: #72CE0A;
}
</style>
background-color css
<style>
a { background-color: #72CE0A; }
a { background-color: rgb(114,206,10); }
div.DivClassName
{
background-color: #72CE0A;
}
.BgClassName
{
background-color: #72CE0A;
}
</style>
border-color css
<style>
span { border-color: #72CE0A; }
span { border-color: rgb(114,206,10); }
td.TdClassName
{
border-color: #72CE0A;
}
.TagClassName
{
border-color: #72CE0A;
}
</style>