Shades of Christi #78C00A
Tints of Christi #78C00A
RGB
CMYK
RGB Variations
Color information
#78C00A (or 0x78C00A) is known color: Christi. HEX triplet: 78, C0 and 0A. RGB value is (120,192,10). Sum of RGB (Red+Green+Blue) = 120+192+10=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #78C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C00A is #873FF5. Grayscale: #969696. Windows color (decimal): -8863734 or 704632. OLE color: 704632.
HSL color Cylindrical-coordinate representation of color #78C00A: hue angle of 83.74º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78C00A is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 10 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.25 |
| HSL | 83.74º | 0.9% | 0.4% | - |
| HSV(B) | 83.74º | 0.95% | 0.75% | - |
| XYZ | 26.65 | 41.71 | 6.93 | - |
| YUV | 149.72 | 49.15 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 10 | 0.38 | 0 | 0.95 | 0.25 | 83.74 | 0.9 | 0.4 |
| Hex | 78 | C0 | A | 26 | 0 | 5F | 19 | 54 | 5A | 28 |
| Octal | 170 | 300 | 12 | 46 | 0 | 137 | 31 | 124 | 132 | 50 |
| Binary | 1111000 | 11000000 | 1010 | 100110 | 0 | 1011111 | 11001 | 1010100 | 1011010 | 101000 |
Color Harmonies of #78C00A
Complementary color
Monochromatic Colors of #78C00A
Black with #78C00A
Text Example
Text Example
White with #78C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C00A; }
p { color: rgb(120,192,10); }
H1.HeaderClassName
{
color: #78C00A;
}
.AnyTagClassName
{
color: #78C00A;
}
</style>
background-color css
<style>
a { background-color: #78C00A; }
a { background-color: rgb(120,192,10); }
div.DivClassName
{
background-color: #78C00A;
}
.BgClassName
{
background-color: #78C00A;
}
</style>
border-color css
<style>
span { border-color: #78C00A; }
span { border-color: rgb(120,192,10); }
td.TdClassName
{
border-color: #78C00A;
}
.TagClassName
{
border-color: #78C00A;
}
</style>