Shades of Christi #73CE0A
Tints of Christi #73CE0A
RGB
CMYK
RGB Variations
Color information
#73CE0A (or 0x73CE0A) is known color: Christi. HEX triplet: 73, CE and 0A. RGB value is (115,206,10). Sum of RGB (Red+Green+Blue) = 115+206+10=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CE0A is #8C31F5. Grayscale: #9D9D9D. Windows color (decimal): -9187830 or 708211. OLE color: 708211.
HSL color Cylindrical-coordinate representation of color #73CE0A: hue angle of 87.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73CE0A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 10 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.19 |
| HSL | 87.86º | 0.91% | 0.42% | - |
| HSV(B) | 87.86º | 0.95% | 0.81% | - |
| XYZ | 29.2 | 47.81 | 7.98 | - |
| YUV | 156.45 | 45.35 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 10 | 0.44 | 0 | 0.95 | 0.19 | 87.86 | 0.91 | 0.42 |
| Hex | 73 | CE | A | 2C | 0 | 5F | 13 | 58 | 5B | 2A |
| Octal | 163 | 316 | 12 | 54 | 0 | 137 | 23 | 130 | 133 | 52 |
| Binary | 1110011 | 11001110 | 1010 | 101100 | 0 | 1011111 | 10011 | 1011000 | 1011011 | 101010 |
Color Harmonies of #73CE0A
Complementary color
Monochromatic Colors of #73CE0A
Black with #73CE0A
Text Example
Text Example
White with #73CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE0A; }
p { color: rgb(115,206,10); }
H1.HeaderClassName
{
color: #73CE0A;
}
.AnyTagClassName
{
color: #73CE0A;
}
</style>
background-color css
<style>
a { background-color: #73CE0A; }
a { background-color: rgb(115,206,10); }
div.DivClassName
{
background-color: #73CE0A;
}
.BgClassName
{
background-color: #73CE0A;
}
</style>
border-color css
<style>
span { border-color: #73CE0A; }
span { border-color: rgb(115,206,10); }
td.TdClassName
{
border-color: #73CE0A;
}
.TagClassName
{
border-color: #73CE0A;
}
</style>