Shades of Christi #73BB00
Tints of Christi #73BB00
RGB
CMYK
RGB Variations
Color information
#73BB00 (or 0x73BB00) is known color: Christi. HEX triplet: 73, BB and 00. RGB value is (115,187,0). Sum of RGB (Red+Green+Blue) = 115+187+0=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BB00 is #8C44FF. Grayscale: #909090. Windows color (decimal): -9192704 or 47987. OLE color: 47987.
HSL color Cylindrical-coordinate representation of color #73BB00: hue angle of 83.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73BB00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.27 |
| HSL | 83.1º | 1% | 0.37% | - |
| HSV(B) | 83.1º | 1% | 0.73% | - |
| XYZ | 24.84 | 39.19 | 6.25 | - |
| YUV | 144.15 | 46.65 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 0 | 0.39 | 0 | 1 | 0.27 | 83.1 | 1 | 0.37 |
| Hex | 73 | BB | 0 | 27 | 0 | 64 | 1B | 53 | 64 | 25 |
| Octal | 163 | 273 | 0 | 47 | 0 | 144 | 33 | 123 | 144 | 45 |
| Binary | 1110011 | 10111011 | 0 | 100111 | 0 | 1100100 | 11011 | 1010011 | 1100100 | 100101 |
Color Harmonies of #73BB00
Complementary color
Monochromatic Colors of #73BB00
Black with #73BB00
Text Example
Text Example
White with #73BB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB00; }
p { color: rgb(115,187,0); }
H1.HeaderClassName
{
color: #73BB00;
}
.AnyTagClassName
{
color: #73BB00;
}
</style>
background-color css
<style>
a { background-color: #73BB00; }
a { background-color: rgb(115,187,0); }
div.DivClassName
{
background-color: #73BB00;
}
.BgClassName
{
background-color: #73BB00;
}
</style>
border-color css
<style>
span { border-color: #73BB00; }
span { border-color: rgb(115,187,0); }
td.TdClassName
{
border-color: #73BB00;
}
.TagClassName
{
border-color: #73BB00;
}
</style>