Shades of Christi #78C404
Tints of Christi #78C404
RGB
CMYK
RGB Variations
Color information
#78C404 (or 0x78C404) is known color: Christi. HEX triplet: 78, C4 and 04. RGB value is (120,196,4). Sum of RGB (Red+Green+Blue) = 120+196+4=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #78C404 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C404 is #873BFB. Grayscale: #989898. Windows color (decimal): -8862716 or 312440. OLE color: 312440.
HSL color Cylindrical-coordinate representation of color #78C404: hue angle of 83.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78C404 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 196 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.23 |
| HSL | 83.75º | 0.96% | 0.39% | - |
| HSV(B) | 83.75º | 0.98% | 0.77% | - |
| XYZ | 27.51 | 43.48 | 7.06 | - |
| YUV | 151.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 196 | 4 | 0.39 | 0 | 0.98 | 0.23 | 83.75 | 0.96 | 0.39 |
| Hex | 78 | C4 | 4 | 27 | 0 | 62 | 17 | 54 | 60 | 27 |
| Octal | 170 | 304 | 4 | 47 | 0 | 142 | 27 | 124 | 140 | 47 |
| Binary | 1111000 | 11000100 | 100 | 100111 | 0 | 1100010 | 10111 | 1010100 | 1100000 | 100111 |
Color Harmonies of #78C404
Complementary color
Monochromatic Colors of #78C404
Black with #78C404
Text Example
Text Example
White with #78C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C404; }
p { color: rgb(120,196,4); }
H1.HeaderClassName
{
color: #78C404;
}
.AnyTagClassName
{
color: #78C404;
}
</style>
background-color css
<style>
a { background-color: #78C404; }
a { background-color: rgb(120,196,4); }
div.DivClassName
{
background-color: #78C404;
}
.BgClassName
{
background-color: #78C404;
}
</style>
border-color css
<style>
span { border-color: #78C404; }
span { border-color: rgb(120,196,4); }
td.TdClassName
{
border-color: #78C404;
}
.TagClassName
{
border-color: #78C404;
}
</style>