Shades of Christi #73CD0A
Tints of Christi #73CD0A
RGB
CMYK
RGB Variations
Color information
#73CD0A (or 0x73CD0A) is known color: Christi. HEX triplet: 73, CD and 0A. RGB value is (115,205,10). Sum of RGB (Red+Green+Blue) = 115+205+10=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CD0A is #8C32F5. Grayscale: #9C9C9C. Windows color (decimal): -9188086 or 707955. OLE color: 707955.
HSL color Cylindrical-coordinate representation of color #73CD0A: hue angle of 87.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73CD0A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 10 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.20 |
| HSL | 87.69º | 0.91% | 0.42% | - |
| HSV(B) | 87.69º | 0.95% | 0.8% | - |
| XYZ | 28.96 | 47.33 | 7.9 | - |
| YUV | 155.86 | 45.68 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 10 | 0.44 | 0 | 0.95 | 0.20 | 87.69 | 0.91 | 0.42 |
| Hex | 73 | CD | A | 2C | 0 | 5F | 14 | 58 | 5B | 2A |
| Octal | 163 | 315 | 12 | 54 | 0 | 137 | 24 | 130 | 133 | 52 |
| Binary | 1110011 | 11001101 | 1010 | 101100 | 0 | 1011111 | 10100 | 1011000 | 1011011 | 101010 |
Color Harmonies of #73CD0A
Complementary color
Monochromatic Colors of #73CD0A
Black with #73CD0A
Text Example
Text Example
White with #73CD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD0A; }
p { color: rgb(115,205,10); }
H1.HeaderClassName
{
color: #73CD0A;
}
.AnyTagClassName
{
color: #73CD0A;
}
</style>
background-color css
<style>
a { background-color: #73CD0A; }
a { background-color: rgb(115,205,10); }
div.DivClassName
{
background-color: #73CD0A;
}
.BgClassName
{
background-color: #73CD0A;
}
</style>
border-color css
<style>
span { border-color: #73CD0A; }
span { border-color: rgb(115,205,10); }
td.TdClassName
{
border-color: #73CD0A;
}
.TagClassName
{
border-color: #73CD0A;
}
</style>