Shades of Christi #72CA06
Tints of Christi #72CA06
RGB
CMYK
RGB Variations
Color information
#72CA06 (or 0x72CA06) is known color: Christi. HEX triplet: 72, CA and 06. RGB value is (114,202,6). Sum of RGB (Red+Green+Blue) = 114+202+6=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CA06 is #8D35F9. Grayscale: #9A9A9A. Windows color (decimal): -9254394 or 445042. OLE color: 445042.
HSL color Cylindrical-coordinate representation of color #72CA06: hue angle of 86.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72CA06 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 6 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.21 |
| HSL | 86.94º | 0.94% | 0.41% | - |
| HSV(B) | 86.94º | 0.97% | 0.79% | - |
| XYZ | 28.09 | 45.83 | 7.54 | - |
| YUV | 153.34 | 44.85 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 6 | 0.44 | 0 | 0.97 | 0.21 | 86.94 | 0.94 | 0.41 |
| Hex | 72 | CA | 6 | 2C | 0 | 61 | 15 | 57 | 5E | 29 |
| Octal | 162 | 312 | 6 | 54 | 0 | 141 | 25 | 127 | 136 | 51 |
| Binary | 1110010 | 11001010 | 110 | 101100 | 0 | 1100001 | 10101 | 1010111 | 1011110 | 101001 |
Color Harmonies of #72CA06
Complementary color
Monochromatic Colors of #72CA06
Black with #72CA06
Text Example
Text Example
White with #72CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA06; }
p { color: rgb(114,202,6); }
H1.HeaderClassName
{
color: #72CA06;
}
.AnyTagClassName
{
color: #72CA06;
}
</style>
background-color css
<style>
a { background-color: #72CA06; }
a { background-color: rgb(114,202,6); }
div.DivClassName
{
background-color: #72CA06;
}
.BgClassName
{
background-color: #72CA06;
}
</style>
border-color css
<style>
span { border-color: #72CA06; }
span { border-color: rgb(114,202,6); }
td.TdClassName
{
border-color: #72CA06;
}
.TagClassName
{
border-color: #72CA06;
}
</style>