Shades of Christi #73B30F
Tints of Christi #73B30F
RGB
CMYK
RGB Variations
Color information
#73B30F (or 0x73B30F) is known color: Christi. HEX triplet: 73, B3 and 0F. RGB value is (115,179,15). Sum of RGB (Red+Green+Blue) = 115+179+15=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #73B30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B30F is #8C4CF0. Grayscale: #8D8D8D. Windows color (decimal): -9194737 or 1028979. OLE color: 1028979.
HSL color Cylindrical-coordinate representation of color #73B30F: hue angle of 83.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73B30F is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 15 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.30 |
| HSL | 83.41º | 0.85% | 0.38% | - |
| HSV(B) | 83.41º | 0.92% | 0.7% | - |
| XYZ | 23.28 | 35.92 | 6.16 | - |
| YUV | 141.17 | 56.8 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 15 | 0.36 | 0 | 0.92 | 0.30 | 83.41 | 0.85 | 0.38 |
| Hex | 73 | B3 | F | 24 | 0 | 5C | 1E | 53 | 55 | 26 |
| Octal | 163 | 263 | 17 | 44 | 0 | 134 | 36 | 123 | 125 | 46 |
| Binary | 1110011 | 10110011 | 1111 | 100100 | 0 | 1011100 | 11110 | 1010011 | 1010101 | 100110 |
Color Harmonies of #73B30F
Complementary color
Monochromatic Colors of #73B30F
Black with #73B30F
Text Example
Text Example
White with #73B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B30F; }
p { color: rgb(115,179,15); }
H1.HeaderClassName
{
color: #73B30F;
}
.AnyTagClassName
{
color: #73B30F;
}
</style>
background-color css
<style>
a { background-color: #73B30F; }
a { background-color: rgb(115,179,15); }
div.DivClassName
{
background-color: #73B30F;
}
.BgClassName
{
background-color: #73B30F;
}
</style>
border-color css
<style>
span { border-color: #73B30F; }
span { border-color: rgb(115,179,15); }
td.TdClassName
{
border-color: #73B30F;
}
.TagClassName
{
border-color: #73B30F;
}
</style>