Shades of Christi #73BD00
Tints of Christi #73BD00
RGB
CMYK
RGB Variations
Color information
#73BD00 (or 0x73BD00) is known color: Christi. HEX triplet: 73, BD and 00. RGB value is (115,189,0). Sum of RGB (Red+Green+Blue) = 115+189+0=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BD00 is #8C42FF. Grayscale: #929292. Windows color (decimal): -9192192 or 48499. OLE color: 48499.
HSL color Cylindrical-coordinate representation of color #73BD00: hue angle of 83.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73BD00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.26 |
| HSL | 83.49º | 1% | 0.37% | - |
| HSV(B) | 83.49º | 1% | 0.74% | - |
| XYZ | 25.27 | 40.04 | 6.4 | - |
| YUV | 145.33 | 45.98 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 0 | 0.39 | 0 | 1 | 0.26 | 83.49 | 1 | 0.37 |
| Hex | 73 | BD | 0 | 27 | 0 | 64 | 1A | 53 | 64 | 25 |
| Octal | 163 | 275 | 0 | 47 | 0 | 144 | 32 | 123 | 144 | 45 |
| Binary | 1110011 | 10111101 | 0 | 100111 | 0 | 1100100 | 11010 | 1010011 | 1100100 | 100101 |
Color Harmonies of #73BD00
Complementary color
Monochromatic Colors of #73BD00
Black with #73BD00
Text Example
Text Example
White with #73BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD00; }
p { color: rgb(115,189,0); }
H1.HeaderClassName
{
color: #73BD00;
}
.AnyTagClassName
{
color: #73BD00;
}
</style>
background-color css
<style>
a { background-color: #73BD00; }
a { background-color: rgb(115,189,0); }
div.DivClassName
{
background-color: #73BD00;
}
.BgClassName
{
background-color: #73BD00;
}
</style>
border-color css
<style>
span { border-color: #73BD00; }
span { border-color: rgb(115,189,0); }
td.TdClassName
{
border-color: #73BD00;
}
.TagClassName
{
border-color: #73BD00;
}
</style>