Shades of Christi #78C209
Tints of Christi #78C209
RGB
CMYK
RGB Variations
Color information
#78C209 (or 0x78C209) is known color: Christi. HEX triplet: 78, C2 and 09. RGB value is (120,194,9). Sum of RGB (Red+Green+Blue) = 120+194+9=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #78C209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C209 is #873DF6. Grayscale: #979797. Windows color (decimal): -8863223 or 639608. OLE color: 639608.
HSL color Cylindrical-coordinate representation of color #78C209: hue angle of 84º degrees, saturation: 0.91, 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 #78C209 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 9 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.24 |
| HSL | 84º | 0.91% | 0.4% | - |
| HSV(B) | 84º | 0.95% | 0.76% | - |
| XYZ | 27.09 | 42.6 | 7.05 | - |
| YUV | 150.78 | 47.98 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 9 | 0.38 | 0 | 0.95 | 0.24 | 84 | 0.91 | 0.4 |
| Hex | 78 | C2 | 9 | 26 | 0 | 5F | 18 | 54 | 5B | 28 |
| Octal | 170 | 302 | 11 | 46 | 0 | 137 | 30 | 124 | 133 | 50 |
| Binary | 1111000 | 11000010 | 1001 | 100110 | 0 | 1011111 | 11000 | 1010100 | 1011011 | 101000 |
Color Harmonies of #78C209
Complementary color
Monochromatic Colors of #78C209
Black with #78C209
Text Example
Text Example
White with #78C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C209; }
p { color: rgb(120,194,9); }
H1.HeaderClassName
{
color: #78C209;
}
.AnyTagClassName
{
color: #78C209;
}
</style>
background-color css
<style>
a { background-color: #78C209; }
a { background-color: rgb(120,194,9); }
div.DivClassName
{
background-color: #78C209;
}
.BgClassName
{
background-color: #78C209;
}
</style>
border-color css
<style>
span { border-color: #78C209; }
span { border-color: rgb(120,194,9); }
td.TdClassName
{
border-color: #78C209;
}
.TagClassName
{
border-color: #78C209;
}
</style>