Shades of Christi #79BA01
Tints of Christi #79BA01
RGB
CMYK
RGB Variations
Color information
#79BA01 (or 0x79BA01) is known color: Christi. HEX triplet: 79, BA and 01. RGB value is (121,186,1). Sum of RGB (Red+Green+Blue) = 121+186+1=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BA01 is #8645FE. Grayscale: #929292. Windows color (decimal): -8799743 or 113273. OLE color: 113273.
HSL color Cylindrical-coordinate representation of color #79BA01: hue angle of 81.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79BA01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 186 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.27 |
| HSL | 81.08º | 0.99% | 0.37% | - |
| HSV(B) | 81.08º | 0.99% | 0.73% | - |
| XYZ | 25.45 | 39.18 | 6.25 | - |
| YUV | 145.48 | 46.47 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 186 | 1 | 0.35 | 0 | 0.99 | 0.27 | 81.08 | 0.99 | 0.37 |
| Hex | 79 | BA | 1 | 23 | 0 | 63 | 1B | 51 | 63 | 25 |
| Octal | 171 | 272 | 1 | 43 | 0 | 143 | 33 | 121 | 143 | 45 |
| Binary | 1111001 | 10111010 | 1 | 100011 | 0 | 1100011 | 11011 | 1010001 | 1100011 | 100101 |
Color Harmonies of #79BA01
Complementary color
Monochromatic Colors of #79BA01
Black with #79BA01
Text Example
Text Example
White with #79BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BA01; }
p { color: rgb(121,186,1); }
H1.HeaderClassName
{
color: #79BA01;
}
.AnyTagClassName
{
color: #79BA01;
}
</style>
background-color css
<style>
a { background-color: #79BA01; }
a { background-color: rgb(121,186,1); }
div.DivClassName
{
background-color: #79BA01;
}
.BgClassName
{
background-color: #79BA01;
}
</style>
border-color css
<style>
span { border-color: #79BA01; }
span { border-color: rgb(121,186,1); }
td.TdClassName
{
border-color: #79BA01;
}
.TagClassName
{
border-color: #79BA01;
}
</style>