Shades of Christi #73C30A
Tints of Christi #73C30A
RGB
CMYK
RGB Variations
Color information
#73C30A (or 0x73C30A) is known color: Christi. HEX triplet: 73, C3 and 0A. RGB value is (115,195,10). Sum of RGB (Red+Green+Blue) = 115+195+10=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #73C30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C30A is #8C3CF5. Grayscale: #969696. Windows color (decimal): -9190646 or 705395. OLE color: 705395.
HSL color Cylindrical-coordinate representation of color #73C30A: hue angle of 85.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73C30A is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 10 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.24 |
| HSL | 85.95º | 0.9% | 0.4% | - |
| HSV(B) | 85.95º | 0.95% | 0.76% | - |
| XYZ | 26.64 | 42.7 | 7.12 | - |
| YUV | 149.99 | 49 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 10 | 0.41 | 0 | 0.95 | 0.24 | 85.95 | 0.9 | 0.4 |
| Hex | 73 | C3 | A | 29 | 0 | 5F | 18 | 56 | 5A | 28 |
| Octal | 163 | 303 | 12 | 51 | 0 | 137 | 30 | 126 | 132 | 50 |
| Binary | 1110011 | 11000011 | 1010 | 101001 | 0 | 1011111 | 11000 | 1010110 | 1011010 | 101000 |
Color Harmonies of #73C30A
Complementary color
Monochromatic Colors of #73C30A
Black with #73C30A
Text Example
Text Example
White with #73C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C30A; }
p { color: rgb(115,195,10); }
H1.HeaderClassName
{
color: #73C30A;
}
.AnyTagClassName
{
color: #73C30A;
}
</style>
background-color css
<style>
a { background-color: #73C30A; }
a { background-color: rgb(115,195,10); }
div.DivClassName
{
background-color: #73C30A;
}
.BgClassName
{
background-color: #73C30A;
}
</style>
border-color css
<style>
span { border-color: #73C30A; }
span { border-color: rgb(115,195,10); }
td.TdClassName
{
border-color: #73C30A;
}
.TagClassName
{
border-color: #73C30A;
}
</style>