Shades of Christi #79C602
Tints of Christi #79C602
RGB
CMYK
RGB Variations
Color information
#79C602 (or 0x79C602) is known color: Christi. HEX triplet: 79, C6 and 02. RGB value is (121,198,2). Sum of RGB (Red+Green+Blue) = 121+198+2=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #79C602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C602 is #8639FD. Grayscale: #999999. Windows color (decimal): -8796670 or 181881. OLE color: 181881.
HSL color Cylindrical-coordinate representation of color #79C602: hue angle of 83.57º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79C602 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.22 |
| HSL | 83.57º | 0.98% | 0.39% | - |
| HSV(B) | 83.57º | 0.99% | 0.78% | - |
| XYZ | 28.09 | 44.46 | 7.16 | - |
| YUV | 152.63 | 42.99 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 2 | 0.39 | 0 | 0.99 | 0.22 | 83.57 | 0.98 | 0.39 |
| Hex | 79 | C6 | 2 | 27 | 0 | 63 | 16 | 54 | 62 | 27 |
| Octal | 171 | 306 | 2 | 47 | 0 | 143 | 26 | 124 | 142 | 47 |
| Binary | 1111001 | 11000110 | 10 | 100111 | 0 | 1100011 | 10110 | 1010100 | 1100010 | 100111 |
Color Harmonies of #79C602
Complementary color
Monochromatic Colors of #79C602
Black with #79C602
Text Example
Text Example
White with #79C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C602; }
p { color: rgb(121,198,2); }
H1.HeaderClassName
{
color: #79C602;
}
.AnyTagClassName
{
color: #79C602;
}
</style>
background-color css
<style>
a { background-color: #79C602; }
a { background-color: rgb(121,198,2); }
div.DivClassName
{
background-color: #79C602;
}
.BgClassName
{
background-color: #79C602;
}
</style>
border-color css
<style>
span { border-color: #79C602; }
span { border-color: rgb(121,198,2); }
td.TdClassName
{
border-color: #79C602;
}
.TagClassName
{
border-color: #79C602;
}
</style>