Shades of Christi #78C600
Tints of Christi #78C600
RGB
CMYK
RGB Variations
Color information
#78C600 (or 0x78C600) is known color: Christi. HEX triplet: 78, C6 and 00. RGB value is (120,198,0). Sum of RGB (Red+Green+Blue) = 120+198+0=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #78C600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C600 is #8739FF. Grayscale: #989898. Windows color (decimal): -8862208 or 50808. OLE color: 50808.
HSL color Cylindrical-coordinate representation of color #78C600: hue angle of 83.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78C600 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.22 |
| HSL | 83.64º | 1% | 0.39% | - |
| HSV(B) | 83.64º | 1% | 0.78% | - |
| XYZ | 27.94 | 44.38 | 7.09 | - |
| YUV | 152.11 | 42.16 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 0 | 0.39 | 0 | 1 | 0.22 | 83.64 | 1 | 0.39 |
| Hex | 78 | C6 | 0 | 27 | 0 | 64 | 16 | 54 | 64 | 27 |
| Octal | 170 | 306 | 0 | 47 | 0 | 144 | 26 | 124 | 144 | 47 |
| Binary | 1111000 | 11000110 | 0 | 100111 | 0 | 1100100 | 10110 | 1010100 | 1100100 | 100111 |
Color Harmonies of #78C600
Complementary color
Monochromatic Colors of #78C600
Black with #78C600
Text Example
Text Example
White with #78C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C600; }
p { color: rgb(120,198,0); }
H1.HeaderClassName
{
color: #78C600;
}
.AnyTagClassName
{
color: #78C600;
}
</style>
background-color css
<style>
a { background-color: #78C600; }
a { background-color: rgb(120,198,0); }
div.DivClassName
{
background-color: #78C600;
}
.BgClassName
{
background-color: #78C600;
}
</style>
border-color css
<style>
span { border-color: #78C600; }
span { border-color: rgb(120,198,0); }
td.TdClassName
{
border-color: #78C600;
}
.TagClassName
{
border-color: #78C600;
}
</style>