Shades of Christi #73BB04
Tints of Christi #73BB04
RGB
CMYK
RGB Variations
Color information
#73BB04 (or 0x73BB04) is known color: Christi. HEX triplet: 73, BB and 04. RGB value is (115,187,4). Sum of RGB (Red+Green+Blue) = 115+187+4=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BB04 is #8C44FB. Grayscale: #919191. Windows color (decimal): -9192700 or 310131. OLE color: 310131.
HSL color Cylindrical-coordinate representation of color #73BB04: hue angle of 83.61º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73BB04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.27 |
| HSL | 83.61º | 0.96% | 0.37% | - |
| HSV(B) | 83.61º | 0.98% | 0.73% | - |
| XYZ | 24.86 | 39.19 | 6.37 | - |
| YUV | 144.61 | 48.65 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 4 | 0.39 | 0 | 0.98 | 0.27 | 83.61 | 0.96 | 0.37 |
| Hex | 73 | BB | 4 | 27 | 0 | 62 | 1B | 54 | 60 | 25 |
| Octal | 163 | 273 | 4 | 47 | 0 | 142 | 33 | 124 | 140 | 45 |
| Binary | 1110011 | 10111011 | 100 | 100111 | 0 | 1100010 | 11011 | 1010100 | 1100000 | 100101 |
Color Harmonies of #73BB04
Complementary color
Monochromatic Colors of #73BB04
Black with #73BB04
Text Example
Text Example
White with #73BB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB04; }
p { color: rgb(115,187,4); }
H1.HeaderClassName
{
color: #73BB04;
}
.AnyTagClassName
{
color: #73BB04;
}
</style>
background-color css
<style>
a { background-color: #73BB04; }
a { background-color: rgb(115,187,4); }
div.DivClassName
{
background-color: #73BB04;
}
.BgClassName
{
background-color: #73BB04;
}
</style>
border-color css
<style>
span { border-color: #73BB04; }
span { border-color: rgb(115,187,4); }
td.TdClassName
{
border-color: #73BB04;
}
.TagClassName
{
border-color: #73BB04;
}
</style>