Shades of Christi #72CE13
Tints of Christi #72CE13
RGB
CMYK
RGB Variations
Color information
#72CE13 (or 0x72CE13) is known color: Christi. HEX triplet: 72, CE and 13. RGB value is (114,206,19). Sum of RGB (Red+Green+Blue) = 114+206+19=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CE13 is #8D31EC. Grayscale: #9D9D9D. Windows color (decimal): -9253357 or 1298034. OLE color: 1298034.
HSL color Cylindrical-coordinate representation of color #72CE13: hue angle of 89.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72CE13 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 19 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.19 |
| HSL | 89.52º | 0.83% | 0.44% | - |
| HSV(B) | 89.52º | 0.91% | 0.81% | - |
| XYZ | 29.13 | 47.77 | 8.3 | - |
| YUV | 157.17 | 50.02 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 19 | 0.45 | 0 | 0.91 | 0.19 | 89.52 | 0.83 | 0.44 |
| Hex | 72 | CE | 13 | 2D | 0 | 5B | 13 | 5A | 53 | 2C |
| Octal | 162 | 316 | 23 | 55 | 0 | 133 | 23 | 132 | 123 | 54 |
| Binary | 1110010 | 11001110 | 10011 | 101101 | 0 | 1011011 | 10011 | 1011010 | 1010011 | 101100 |
Color Harmonies of #72CE13
Complementary color
Monochromatic Colors of #72CE13
Black with #72CE13
Text Example
Text Example
White with #72CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE13; }
p { color: rgb(114,206,19); }
H1.HeaderClassName
{
color: #72CE13;
}
.AnyTagClassName
{
color: #72CE13;
}
</style>
background-color css
<style>
a { background-color: #72CE13; }
a { background-color: rgb(114,206,19); }
div.DivClassName
{
background-color: #72CE13;
}
.BgClassName
{
background-color: #72CE13;
}
</style>
border-color css
<style>
span { border-color: #72CE13; }
span { border-color: rgb(114,206,19); }
td.TdClassName
{
border-color: #72CE13;
}
.TagClassName
{
border-color: #72CE13;
}
</style>