Shades of Christi #79B201
Tints of Christi #79B201
RGB
CMYK
RGB Variations
Color information
#79B201 (or 0x79B201) is known color: Christi. HEX triplet: 79, B2 and 01. RGB value is (121,178,1). Sum of RGB (Red+Green+Blue) = 121+178+1=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #79B201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79B201 is #864DFE. Grayscale: #8D8D8D. Windows color (decimal): -8801791 or 111225. OLE color: 111225.
HSL color Cylindrical-coordinate representation of color #79B201: hue angle of 79.32º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79B201 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 178 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.30 |
| HSL | 79.32º | 0.99% | 0.35% | - |
| HSV(B) | 79.32º | 0.99% | 0.7% | - |
| XYZ | 23.81 | 35.91 | 5.7 | - |
| YUV | 140.78 | 49.12 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 1 | 0.32 | 0 | 0.99 | 0.30 | 79.32 | 0.99 | 0.35 |
| Hex | 79 | B2 | 1 | 20 | 0 | 63 | 1E | 4F | 63 | 23 |
| Octal | 171 | 262 | 1 | 40 | 0 | 143 | 36 | 117 | 143 | 43 |
| Binary | 1111001 | 10110010 | 1 | 100000 | 0 | 1100011 | 11110 | 1001111 | 1100011 | 100011 |
Color Harmonies of #79B201
Complementary color
Monochromatic Colors of #79B201
Black with #79B201
Text Example
Text Example
White with #79B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B201; }
p { color: rgb(121,178,1); }
H1.HeaderClassName
{
color: #79B201;
}
.AnyTagClassName
{
color: #79B201;
}
</style>
background-color css
<style>
a { background-color: #79B201; }
a { background-color: rgb(121,178,1); }
div.DivClassName
{
background-color: #79B201;
}
.BgClassName
{
background-color: #79B201;
}
</style>
border-color css
<style>
span { border-color: #79B201; }
span { border-color: rgb(121,178,1); }
td.TdClassName
{
border-color: #79B201;
}
.TagClassName
{
border-color: #79B201;
}
</style>