Shades of Christi #73B802
Tints of Christi #73B802
RGB
CMYK
RGB Variations
Color information
#73B802 (or 0x73B802) is known color: Christi. HEX triplet: 73, B8 and 02. RGB value is (115,184,2). Sum of RGB (Red+Green+Blue) = 115+184+2=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #73B802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B802 is #8C47FD. Grayscale: #8F8F8F. Windows color (decimal): -9193470 or 178291. OLE color: 178291.
HSL color Cylindrical-coordinate representation of color #73B802: hue angle of 82.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73B802 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.28 |
| HSL | 82.75º | 0.98% | 0.36% | - |
| HSV(B) | 82.75º | 0.99% | 0.72% | - |
| XYZ | 24.22 | 37.93 | 6.1 | - |
| YUV | 142.62 | 48.64 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 2 | 0.38 | 0 | 0.99 | 0.28 | 82.75 | 0.98 | 0.36 |
| Hex | 73 | B8 | 2 | 26 | 0 | 63 | 1C | 53 | 62 | 24 |
| Octal | 163 | 270 | 2 | 46 | 0 | 143 | 34 | 123 | 142 | 44 |
| Binary | 1110011 | 10111000 | 10 | 100110 | 0 | 1100011 | 11100 | 1010011 | 1100010 | 100100 |
Color Harmonies of #73B802
Complementary color
Monochromatic Colors of #73B802
Black with #73B802
Text Example
Text Example
White with #73B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B802; }
p { color: rgb(115,184,2); }
H1.HeaderClassName
{
color: #73B802;
}
.AnyTagClassName
{
color: #73B802;
}
</style>
background-color css
<style>
a { background-color: #73B802; }
a { background-color: rgb(115,184,2); }
div.DivClassName
{
background-color: #73B802;
}
.BgClassName
{
background-color: #73B802;
}
</style>
border-color css
<style>
span { border-color: #73B802; }
span { border-color: rgb(115,184,2); }
td.TdClassName
{
border-color: #73B802;
}
.TagClassName
{
border-color: #73B802;
}
</style>