Shades of Christi #78BA00
Tints of Christi #78BA00
RGB
CMYK
RGB Variations
Color information
#78BA00 (or 0x78BA00) is known color: Christi. HEX triplet: 78, BA and 00. RGB value is (120,186,0). Sum of RGB (Red+Green+Blue) = 120+186+0=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA00 is #8745FF. Grayscale: #919191. Windows color (decimal): -8865280 or 47736. OLE color: 47736.
HSL color Cylindrical-coordinate representation of color #78BA00: hue angle of 81.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78BA00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.27 |
| HSL | 81.29º | 1% | 0.36% | - |
| HSV(B) | 81.29º | 1% | 0.73% | - |
| XYZ | 25.3 | 39.11 | 6.22 | - |
| YUV | 145.06 | 46.13 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 0 | 0.35 | 0 | 1 | 0.27 | 81.29 | 1 | 0.36 |
| Hex | 78 | BA | 0 | 23 | 0 | 64 | 1B | 51 | 64 | 24 |
| Octal | 170 | 272 | 0 | 43 | 0 | 144 | 33 | 121 | 144 | 44 |
| Binary | 1111000 | 10111010 | 0 | 100011 | 0 | 1100100 | 11011 | 1010001 | 1100100 | 100100 |
Color Harmonies of #78BA00
Complementary color
Monochromatic Colors of #78BA00
Black with #78BA00
Text Example
Text Example
White with #78BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA00; }
p { color: rgb(120,186,0); }
H1.HeaderClassName
{
color: #78BA00;
}
.AnyTagClassName
{
color: #78BA00;
}
</style>
background-color css
<style>
a { background-color: #78BA00; }
a { background-color: rgb(120,186,0); }
div.DivClassName
{
background-color: #78BA00;
}
.BgClassName
{
background-color: #78BA00;
}
</style>
border-color css
<style>
span { border-color: #78BA00; }
span { border-color: rgb(120,186,0); }
td.TdClassName
{
border-color: #78BA00;
}
.TagClassName
{
border-color: #78BA00;
}
</style>