Shades of Christi #78BA03
Tints of Christi #78BA03
RGB
CMYK
RGB Variations
Color information
#78BA03 (or 0x78BA03) is known color: Christi. HEX triplet: 78, BA and 03. RGB value is (120,186,3). Sum of RGB (Red+Green+Blue) = 120+186+3=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA03 is #8745FC. Grayscale: #929292. Windows color (decimal): -8865277 or 244344. OLE color: 244344.
HSL color Cylindrical-coordinate representation of color #78BA03: hue angle of 81.64º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78BA03 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 3 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.27 |
| HSL | 81.64º | 0.97% | 0.37% | - |
| HSV(B) | 81.64º | 0.98% | 0.73% | - |
| XYZ | 25.32 | 39.12 | 6.3 | - |
| YUV | 145.4 | 47.63 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 3 | 0.35 | 0 | 0.98 | 0.27 | 81.64 | 0.97 | 0.37 |
| Hex | 78 | BA | 3 | 23 | 0 | 62 | 1B | 52 | 61 | 25 |
| Octal | 170 | 272 | 3 | 43 | 0 | 142 | 33 | 122 | 141 | 45 |
| Binary | 1111000 | 10111010 | 11 | 100011 | 0 | 1100010 | 11011 | 1010010 | 1100001 | 100101 |
Color Harmonies of #78BA03
Complementary color
Monochromatic Colors of #78BA03
Black with #78BA03
Text Example
Text Example
White with #78BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA03; }
p { color: rgb(120,186,3); }
H1.HeaderClassName
{
color: #78BA03;
}
.AnyTagClassName
{
color: #78BA03;
}
</style>
background-color css
<style>
a { background-color: #78BA03; }
a { background-color: rgb(120,186,3); }
div.DivClassName
{
background-color: #78BA03;
}
.BgClassName
{
background-color: #78BA03;
}
</style>
border-color css
<style>
span { border-color: #78BA03; }
span { border-color: rgb(120,186,3); }
td.TdClassName
{
border-color: #78BA03;
}
.TagClassName
{
border-color: #78BA03;
}
</style>