Shades of Christi #73C914
Tints of Christi #73C914
RGB
CMYK
RGB Variations
Color information
#73C914 (or 0x73C914) is known color: Christi. HEX triplet: 73, C9 and 14. RGB value is (115,201,20). Sum of RGB (Red+Green+Blue) = 115+201+20=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #73C914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C914 is #8C36EB. Grayscale: #9B9B9B. Windows color (decimal): -9189100 or 1362291. OLE color: 1362291.
HSL color Cylindrical-coordinate representation of color #73C914: hue angle of 88.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73C914 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 20 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.21 |
| HSL | 88.51º | 0.82% | 0.43% | - |
| HSV(B) | 88.51º | 0.9% | 0.79% | - |
| XYZ | 28.08 | 45.47 | 7.96 | - |
| YUV | 154.65 | 52.01 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 20 | 0.43 | 0 | 0.90 | 0.21 | 88.51 | 0.82 | 0.43 |
| Hex | 73 | C9 | 14 | 2B | 0 | 5A | 15 | 59 | 52 | 2B |
| Octal | 163 | 311 | 24 | 53 | 0 | 132 | 25 | 131 | 122 | 53 |
| Binary | 1110011 | 11001001 | 10100 | 101011 | 0 | 1011010 | 10101 | 1011001 | 1010010 | 101011 |
Color Harmonies of #73C914
Complementary color
Monochromatic Colors of #73C914
Black with #73C914
Text Example
Text Example
White with #73C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C914; }
p { color: rgb(115,201,20); }
H1.HeaderClassName
{
color: #73C914;
}
.AnyTagClassName
{
color: #73C914;
}
</style>
background-color css
<style>
a { background-color: #73C914; }
a { background-color: rgb(115,201,20); }
div.DivClassName
{
background-color: #73C914;
}
.BgClassName
{
background-color: #73C914;
}
</style>
border-color css
<style>
span { border-color: #73C914; }
span { border-color: rgb(115,201,20); }
td.TdClassName
{
border-color: #73C914;
}
.TagClassName
{
border-color: #73C914;
}
</style>