Shades of Christi #73CE06
Tints of Christi #73CE06
RGB
CMYK
RGB Variations
Color information
#73CE06 (or 0x73CE06) is known color: Christi. HEX triplet: 73, CE and 06. RGB value is (115,206,6). Sum of RGB (Red+Green+Blue) = 115+206+6=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 206 (80.86% from 255 or 63.00% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CE06 is #8C31F9. Grayscale: #9C9C9C. Windows color (decimal): -9187834 or 446067. OLE color: 446067.
HSL color Cylindrical-coordinate representation of color #73CE06: hue angle of 87.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73CE06 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 6 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.19 |
| HSL | 87.3º | 0.94% | 0.42% | - |
| HSV(B) | 87.3º | 0.97% | 0.81% | - |
| XYZ | 29.17 | 47.8 | 7.86 | - |
| YUV | 155.99 | 43.35 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 6 | 0.44 | 0 | 0.97 | 0.19 | 87.3 | 0.94 | 0.42 |
| Hex | 73 | CE | 6 | 2C | 0 | 61 | 13 | 57 | 5E | 2A |
| Octal | 163 | 316 | 6 | 54 | 0 | 141 | 23 | 127 | 136 | 52 |
| Binary | 1110011 | 11001110 | 110 | 101100 | 0 | 1100001 | 10011 | 1010111 | 1011110 | 101010 |
Color Harmonies of #73CE06
Complementary color
Monochromatic Colors of #73CE06
Black with #73CE06
Text Example
Text Example
White with #73CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE06; }
p { color: rgb(115,206,6); }
H1.HeaderClassName
{
color: #73CE06;
}
.AnyTagClassName
{
color: #73CE06;
}
</style>
background-color css
<style>
a { background-color: #73CE06; }
a { background-color: rgb(115,206,6); }
div.DivClassName
{
background-color: #73CE06;
}
.BgClassName
{
background-color: #73CE06;
}
</style>
border-color css
<style>
span { border-color: #73CE06; }
span { border-color: rgb(115,206,6); }
td.TdClassName
{
border-color: #73CE06;
}
.TagClassName
{
border-color: #73CE06;
}
</style>