Shades of Christi #73B300
Tints of Christi #73B300
RGB
CMYK
RGB Variations
Color information
#73B300 (or 0x73B300) is known color: Christi. HEX triplet: 73, B3 and 00. RGB value is (115,179,0). Sum of RGB (Red+Green+Blue) = 115+179+0=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #73B300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B300 is #8C4CFF. Grayscale: #8C8C8C. Windows color (decimal): -9194752 or 45939. OLE color: 45939.
HSL color Cylindrical-coordinate representation of color #73B300: hue angle of 81.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73B300 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.30 |
| HSL | 81.45º | 1% | 0.35% | - |
| HSV(B) | 81.45º | 1% | 0.7% | - |
| XYZ | 23.19 | 35.89 | 5.7 | - |
| YUV | 139.46 | 49.3 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 0 | 0.36 | 0 | 1 | 0.30 | 81.45 | 1 | 0.35 |
| Hex | 73 | B3 | 0 | 24 | 0 | 64 | 1E | 51 | 64 | 23 |
| Octal | 163 | 263 | 0 | 44 | 0 | 144 | 36 | 121 | 144 | 43 |
| Binary | 1110011 | 10110011 | 0 | 100100 | 0 | 1100100 | 11110 | 1010001 | 1100100 | 100011 |
Color Harmonies of #73B300
Complementary color
Monochromatic Colors of #73B300
Black with #73B300
Text Example
Text Example
White with #73B300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B300; }
p { color: rgb(115,179,0); }
H1.HeaderClassName
{
color: #73B300;
}
.AnyTagClassName
{
color: #73B300;
}
</style>
background-color css
<style>
a { background-color: #73B300; }
a { background-color: rgb(115,179,0); }
div.DivClassName
{
background-color: #73B300;
}
.BgClassName
{
background-color: #73B300;
}
</style>
border-color css
<style>
span { border-color: #73B300; }
span { border-color: rgb(115,179,0); }
td.TdClassName
{
border-color: #73B300;
}
.TagClassName
{
border-color: #73B300;
}
</style>