Shades of Christi #79C201
Tints of Christi #79C201
RGB
CMYK
RGB Variations
Color information
#79C201 (or 0x79C201) is known color: Christi. HEX triplet: 79, C2 and 01. RGB value is (121,194,1). Sum of RGB (Red+Green+Blue) = 121+194+1=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #79C201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C201 is #863DFE. Grayscale: #969696. Windows color (decimal): -8797695 or 115321. OLE color: 115321.
HSL color Cylindrical-coordinate representation of color #79C201: hue angle of 82.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79C201 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.24 |
| HSL | 82.69º | 0.99% | 0.38% | - |
| HSV(B) | 82.69º | 0.99% | 0.76% | - |
| XYZ | 27.18 | 42.65 | 6.83 | - |
| YUV | 150.17 | 43.82 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 1 | 0.38 | 0 | 0.99 | 0.24 | 82.69 | 0.99 | 0.38 |
| Hex | 79 | C2 | 1 | 26 | 0 | 63 | 18 | 53 | 63 | 26 |
| Octal | 171 | 302 | 1 | 46 | 0 | 143 | 30 | 123 | 143 | 46 |
| Binary | 1111001 | 11000010 | 1 | 100110 | 0 | 1100011 | 11000 | 1010011 | 1100011 | 100110 |
Color Harmonies of #79C201
Complementary color
Monochromatic Colors of #79C201
Black with #79C201
Text Example
Text Example
White with #79C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C201; }
p { color: rgb(121,194,1); }
H1.HeaderClassName
{
color: #79C201;
}
.AnyTagClassName
{
color: #79C201;
}
</style>
background-color css
<style>
a { background-color: #79C201; }
a { background-color: rgb(121,194,1); }
div.DivClassName
{
background-color: #79C201;
}
.BgClassName
{
background-color: #79C201;
}
</style>
border-color css
<style>
span { border-color: #79C201; }
span { border-color: rgb(121,194,1); }
td.TdClassName
{
border-color: #79C201;
}
.TagClassName
{
border-color: #79C201;
}
</style>