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