Shades of Christi #73C115
Tints of Christi #73C115
RGB
CMYK
RGB Variations
Color information
#73C115 (or 0x73C115) is known color: Christi. HEX triplet: 73, C1 and 15. RGB value is (115,193,21). Sum of RGB (Red+Green+Blue) = 115+193+21=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #73C115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C115 is #8C3EEA. Grayscale: #969696. Windows color (decimal): -9191147 or 1425779. OLE color: 1425779.
HSL color Cylindrical-coordinate representation of color #73C115: hue angle of 87.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73C115 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 21 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.24 |
| HSL | 87.21º | 0.8% | 0.42% | - |
| HSV(B) | 87.21º | 0.89% | 0.76% | - |
| XYZ | 26.28 | 41.84 | 7.4 | - |
| YUV | 150.07 | 55.16 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 21 | 0.40 | 0 | 0.89 | 0.24 | 87.21 | 0.8 | 0.42 |
| Hex | 73 | C1 | 15 | 28 | 0 | 59 | 18 | 57 | 50 | 2A |
| Octal | 163 | 301 | 25 | 50 | 0 | 131 | 30 | 127 | 120 | 52 |
| Binary | 1110011 | 11000001 | 10101 | 101000 | 0 | 1011001 | 11000 | 1010111 | 1010000 | 101010 |
Color Harmonies of #73C115
Complementary color
Monochromatic Colors of #73C115
Black with #73C115
Text Example
Text Example
White with #73C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C115; }
p { color: rgb(115,193,21); }
H1.HeaderClassName
{
color: #73C115;
}
.AnyTagClassName
{
color: #73C115;
}
</style>
background-color css
<style>
a { background-color: #73C115; }
a { background-color: rgb(115,193,21); }
div.DivClassName
{
background-color: #73C115;
}
.BgClassName
{
background-color: #73C115;
}
</style>
border-color css
<style>
span { border-color: #73C115; }
span { border-color: rgb(115,193,21); }
td.TdClassName
{
border-color: #73C115;
}
.TagClassName
{
border-color: #73C115;
}
</style>