Shades of Christi #78C109
Tints of Christi #78C109
RGB
CMYK
RGB Variations
Color information
#78C109 (or 0x78C109) is known color: Christi. HEX triplet: 78, C1 and 09. RGB value is (120,193,9). Sum of RGB (Red+Green+Blue) = 120+193+9=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #78C109 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C109 is #873EF6. Grayscale: #969696. Windows color (decimal): -8863479 or 639352. OLE color: 639352.
HSL color Cylindrical-coordinate representation of color #78C109: hue angle of 83.8º 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 #78C109 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 9 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.24 |
| HSL | 83.8º | 0.91% | 0.4% | - |
| HSV(B) | 83.8º | 0.95% | 0.76% | - |
| XYZ | 26.87 | 42.15 | 6.98 | - |
| YUV | 150.2 | 48.32 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 9 | 0.38 | 0 | 0.95 | 0.24 | 83.8 | 0.91 | 0.4 |
| Hex | 78 | C1 | 9 | 26 | 0 | 5F | 18 | 54 | 5B | 28 |
| Octal | 170 | 301 | 11 | 46 | 0 | 137 | 30 | 124 | 133 | 50 |
| Binary | 1111000 | 11000001 | 1001 | 100110 | 0 | 1011111 | 11000 | 1010100 | 1011011 | 101000 |
Color Harmonies of #78C109
Complementary color
Monochromatic Colors of #78C109
Black with #78C109
Text Example
Text Example
White with #78C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C109; }
p { color: rgb(120,193,9); }
H1.HeaderClassName
{
color: #78C109;
}
.AnyTagClassName
{
color: #78C109;
}
</style>
background-color css
<style>
a { background-color: #78C109; }
a { background-color: rgb(120,193,9); }
div.DivClassName
{
background-color: #78C109;
}
.BgClassName
{
background-color: #78C109;
}
</style>
border-color css
<style>
span { border-color: #78C109; }
span { border-color: rgb(120,193,9); }
td.TdClassName
{
border-color: #78C109;
}
.TagClassName
{
border-color: #78C109;
}
</style>