Shades of Christi #73C60F
Tints of Christi #73C60F
RGB
CMYK
RGB Variations
Color information
#73C60F (or 0x73C60F) is known color: Christi. HEX triplet: 73, C6 and 0F. RGB value is (115,198,15). Sum of RGB (Red+Green+Blue) = 115+198+15=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #73C60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C60F is #8C39F0. Grayscale: #989898. Windows color (decimal): -9189873 or 1033843. OLE color: 1033843.
HSL color Cylindrical-coordinate representation of color #73C60F: hue angle of 87.21º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73C60F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 15 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.22 |
| HSL | 87.21º | 0.86% | 0.42% | - |
| HSV(B) | 87.21º | 0.92% | 0.78% | - |
| XYZ | 27.35 | 44.07 | 7.52 | - |
| YUV | 152.32 | 50.5 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 15 | 0.42 | 0 | 0.92 | 0.22 | 87.21 | 0.86 | 0.42 |
| Hex | 73 | C6 | F | 2A | 0 | 5C | 16 | 57 | 56 | 2A |
| Octal | 163 | 306 | 17 | 52 | 0 | 134 | 26 | 127 | 126 | 52 |
| Binary | 1110011 | 11000110 | 1111 | 101010 | 0 | 1011100 | 10110 | 1010111 | 1010110 | 101010 |
Color Harmonies of #73C60F
Complementary color
Monochromatic Colors of #73C60F
Black with #73C60F
Text Example
Text Example
White with #73C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C60F; }
p { color: rgb(115,198,15); }
H1.HeaderClassName
{
color: #73C60F;
}
.AnyTagClassName
{
color: #73C60F;
}
</style>
background-color css
<style>
a { background-color: #73C60F; }
a { background-color: rgb(115,198,15); }
div.DivClassName
{
background-color: #73C60F;
}
.BgClassName
{
background-color: #73C60F;
}
</style>
border-color css
<style>
span { border-color: #73C60F; }
span { border-color: rgb(115,198,15); }
td.TdClassName
{
border-color: #73C60F;
}
.TagClassName
{
border-color: #73C60F;
}
</style>