Shades of Christi #73CC12
Tints of Christi #73CC12
RGB
CMYK
RGB Variations
Color information
#73CC12 (or 0x73CC12) is known color: Christi. HEX triplet: 73, CC and 12. RGB value is (115,204,18). Sum of RGB (Red+Green+Blue) = 115+204+18=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CC12 is #8C33ED. Grayscale: #9C9C9C. Windows color (decimal): -9188334 or 1231987. OLE color: 1231987.
HSL color Cylindrical-coordinate representation of color #73CC12: hue angle of 88.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73CC12 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 18 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.2 |
| HSL | 88.71º | 0.84% | 0.44% | - |
| HSV(B) | 88.71º | 0.91% | 0.8% | - |
| XYZ | 28.77 | 46.87 | 8.1 | - |
| YUV | 156.19 | 50.01 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 18 | 0.44 | 0 | 0.91 | 0.2 | 88.71 | 0.84 | 0.44 |
| Hex | 73 | CC | 12 | 2C | 0 | 5B | 14 | 59 | 54 | 2C |
| Octal | 163 | 314 | 22 | 54 | 0 | 133 | 24 | 131 | 124 | 54 |
| Binary | 1110011 | 11001100 | 10010 | 101100 | 0 | 1011011 | 10100 | 1011001 | 1010100 | 101100 |
Color Harmonies of #73CC12
Complementary color
Monochromatic Colors of #73CC12
Black with #73CC12
Text Example
Text Example
White with #73CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC12; }
p { color: rgb(115,204,18); }
H1.HeaderClassName
{
color: #73CC12;
}
.AnyTagClassName
{
color: #73CC12;
}
</style>
background-color css
<style>
a { background-color: #73CC12; }
a { background-color: rgb(115,204,18); }
div.DivClassName
{
background-color: #73CC12;
}
.BgClassName
{
background-color: #73CC12;
}
</style>
border-color css
<style>
span { border-color: #73CC12; }
span { border-color: rgb(115,204,18); }
td.TdClassName
{
border-color: #73CC12;
}
.TagClassName
{
border-color: #73CC12;
}
</style>