Shades of Christi #78C208
Tints of Christi #78C208
RGB
CMYK
RGB Variations
Color information
#78C208 (or 0x78C208) is known color: Christi. HEX triplet: 78, C2 and 08. RGB value is (120,194,8). Sum of RGB (Red+Green+Blue) = 120+194+8=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #78C208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C208 is #873DF7. Grayscale: #979797. Windows color (decimal): -8863224 or 574072. OLE color: 574072.
HSL color Cylindrical-coordinate representation of color #78C208: hue angle of 83.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78C208 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 8 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.24 |
| HSL | 83.87º | 0.92% | 0.4% | - |
| HSV(B) | 83.87º | 0.96% | 0.76% | - |
| XYZ | 27.08 | 42.59 | 7.02 | - |
| YUV | 150.67 | 47.48 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 8 | 0.38 | 0 | 0.96 | 0.24 | 83.87 | 0.92 | 0.4 |
| Hex | 78 | C2 | 8 | 26 | 0 | 60 | 18 | 54 | 5C | 28 |
| Octal | 170 | 302 | 10 | 46 | 0 | 140 | 30 | 124 | 134 | 50 |
| Binary | 1111000 | 11000010 | 1000 | 100110 | 0 | 1100000 | 11000 | 1010100 | 1011100 | 101000 |
Color Harmonies of #78C208
Complementary color
Monochromatic Colors of #78C208
Black with #78C208
Text Example
Text Example
White with #78C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C208; }
p { color: rgb(120,194,8); }
H1.HeaderClassName
{
color: #78C208;
}
.AnyTagClassName
{
color: #78C208;
}
</style>
background-color css
<style>
a { background-color: #78C208; }
a { background-color: rgb(120,194,8); }
div.DivClassName
{
background-color: #78C208;
}
.BgClassName
{
background-color: #78C208;
}
</style>
border-color css
<style>
span { border-color: #78C208; }
span { border-color: rgb(120,194,8); }
td.TdClassName
{
border-color: #78C208;
}
.TagClassName
{
border-color: #78C208;
}
</style>