Shades of Christi #78C005
Tints of Christi #78C005
RGB
CMYK
RGB Variations
Color information
#78C005 (or 0x78C005) is known color: Christi. HEX triplet: 78, C0 and 05. RGB value is (120,192,5). Sum of RGB (Red+Green+Blue) = 120+192+5=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #78C005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C005 is #873FFA. Grayscale: #959595. Windows color (decimal): -8863739 or 376952. OLE color: 376952.
HSL color Cylindrical-coordinate representation of color #78C005: hue angle of 83.1º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78C005 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.25 |
| HSL | 83.1º | 0.95% | 0.39% | - |
| HSV(B) | 83.1º | 0.97% | 0.75% | - |
| XYZ | 26.62 | 41.7 | 6.79 | - |
| YUV | 149.15 | 46.65 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 5 | 0.38 | 0 | 0.97 | 0.25 | 83.1 | 0.95 | 0.39 |
| Hex | 78 | C0 | 5 | 26 | 0 | 61 | 19 | 53 | 5F | 27 |
| Octal | 170 | 300 | 5 | 46 | 0 | 141 | 31 | 123 | 137 | 47 |
| Binary | 1111000 | 11000000 | 101 | 100110 | 0 | 1100001 | 11001 | 1010011 | 1011111 | 100111 |
Color Harmonies of #78C005
Complementary color
Monochromatic Colors of #78C005
Black with #78C005
Text Example
Text Example
White with #78C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C005; }
p { color: rgb(120,192,5); }
H1.HeaderClassName
{
color: #78C005;
}
.AnyTagClassName
{
color: #78C005;
}
</style>
background-color css
<style>
a { background-color: #78C005; }
a { background-color: rgb(120,192,5); }
div.DivClassName
{
background-color: #78C005;
}
.BgClassName
{
background-color: #78C005;
}
</style>
border-color css
<style>
span { border-color: #78C005; }
span { border-color: rgb(120,192,5); }
td.TdClassName
{
border-color: #78C005;
}
.TagClassName
{
border-color: #78C005;
}
</style>