Shades of Christi #73C80F
Tints of Christi #73C80F
RGB
CMYK
RGB Variations
Color information
#73C80F (or 0x73C80F) is known color: Christi. HEX triplet: 73, C8 and 0F. RGB value is (115,200,15). Sum of RGB (Red+Green+Blue) = 115+200+15=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #73C80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C80F is #8C37F0. Grayscale: #9A9A9A. Windows color (decimal): -9189361 or 1034355. OLE color: 1034355.
HSL color Cylindrical-coordinate representation of color #73C80F: hue angle of 87.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73C80F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 15 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.22 |
| HSL | 87.57º | 0.86% | 0.42% | - |
| HSV(B) | 87.57º | 0.93% | 0.78% | - |
| XYZ | 27.81 | 44.99 | 7.67 | - |
| YUV | 153.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 15 | 0.42 | 0 | 0.92 | 0.22 | 87.57 | 0.86 | 0.42 |
| Hex | 73 | C8 | F | 2A | 0 | 5C | 16 | 58 | 56 | 2A |
| Octal | 163 | 310 | 17 | 52 | 0 | 134 | 26 | 130 | 126 | 52 |
| Binary | 1110011 | 11001000 | 1111 | 101010 | 0 | 1011100 | 10110 | 1011000 | 1010110 | 101010 |
Color Harmonies of #73C80F
Complementary color
Monochromatic Colors of #73C80F
Black with #73C80F
Text Example
Text Example
White with #73C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C80F; }
p { color: rgb(115,200,15); }
H1.HeaderClassName
{
color: #73C80F;
}
.AnyTagClassName
{
color: #73C80F;
}
</style>
background-color css
<style>
a { background-color: #73C80F; }
a { background-color: rgb(115,200,15); }
div.DivClassName
{
background-color: #73C80F;
}
.BgClassName
{
background-color: #73C80F;
}
</style>
border-color css
<style>
span { border-color: #73C80F; }
span { border-color: rgb(115,200,15); }
td.TdClassName
{
border-color: #73C80F;
}
.TagClassName
{
border-color: #73C80F;
}
</style>