Shades of Christi #73C00B
Tints of Christi #73C00B
RGB
CMYK
RGB Variations
Color information
#73C00B (or 0x73C00B) is known color: Christi. HEX triplet: 73, C0 and 0B. RGB value is (115,192,11). Sum of RGB (Red+Green+Blue) = 115+192+11=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #73C00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C00B is #8C3FF4. Grayscale: #949494. Windows color (decimal): -9191413 or 770163. OLE color: 770163.
HSL color Cylindrical-coordinate representation of color #73C00B: hue angle of 85.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73C00B is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 11 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.25 |
| HSL | 85.52º | 0.89% | 0.4% | - |
| HSV(B) | 85.52º | 0.94% | 0.75% | - |
| XYZ | 25.98 | 41.37 | 6.93 | - |
| YUV | 148.34 | 50.49 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 11 | 0.40 | 0 | 0.94 | 0.25 | 85.52 | 0.89 | 0.4 |
| Hex | 73 | C0 | B | 28 | 0 | 5E | 19 | 56 | 59 | 28 |
| Octal | 163 | 300 | 13 | 50 | 0 | 136 | 31 | 126 | 131 | 50 |
| Binary | 1110011 | 11000000 | 1011 | 101000 | 0 | 1011110 | 11001 | 1010110 | 1011001 | 101000 |
Color Harmonies of #73C00B
Complementary color
Monochromatic Colors of #73C00B
Black with #73C00B
Text Example
Text Example
White with #73C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C00B; }
p { color: rgb(115,192,11); }
H1.HeaderClassName
{
color: #73C00B;
}
.AnyTagClassName
{
color: #73C00B;
}
</style>
background-color css
<style>
a { background-color: #73C00B; }
a { background-color: rgb(115,192,11); }
div.DivClassName
{
background-color: #73C00B;
}
.BgClassName
{
background-color: #73C00B;
}
</style>
border-color css
<style>
span { border-color: #73C00B; }
span { border-color: rgb(115,192,11); }
td.TdClassName
{
border-color: #73C00B;
}
.TagClassName
{
border-color: #73C00B;
}
</style>