Shades of Christi #79C502
Tints of Christi #79C502
RGB
CMYK
RGB Variations
Color information
#79C502 (or 0x79C502) is known color: Christi. HEX triplet: 79, C5 and 02. RGB value is (121,197,2). Sum of RGB (Red+Green+Blue) = 121+197+2=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #79C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C502 is #863AFD. Grayscale: #989898. Windows color (decimal): -8796926 or 181625. OLE color: 181625.
HSL color Cylindrical-coordinate representation of color #79C502: hue angle of 83.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79C502 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.23 |
| HSL | 83.38º | 0.98% | 0.39% | - |
| HSV(B) | 83.38º | 0.99% | 0.77% | - |
| XYZ | 27.86 | 44 | 7.08 | - |
| YUV | 152.05 | 43.32 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 2 | 0.39 | 0 | 0.99 | 0.23 | 83.38 | 0.98 | 0.39 |
| Hex | 79 | C5 | 2 | 27 | 0 | 63 | 17 | 53 | 62 | 27 |
| Octal | 171 | 305 | 2 | 47 | 0 | 143 | 27 | 123 | 142 | 47 |
| Binary | 1111001 | 11000101 | 10 | 100111 | 0 | 1100011 | 10111 | 1010011 | 1100010 | 100111 |
Color Harmonies of #79C502
Complementary color
Monochromatic Colors of #79C502
Black with #79C502
Text Example
Text Example
White with #79C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C502; }
p { color: rgb(121,197,2); }
H1.HeaderClassName
{
color: #79C502;
}
.AnyTagClassName
{
color: #79C502;
}
</style>
background-color css
<style>
a { background-color: #79C502; }
a { background-color: rgb(121,197,2); }
div.DivClassName
{
background-color: #79C502;
}
.BgClassName
{
background-color: #79C502;
}
</style>
border-color css
<style>
span { border-color: #79C502; }
span { border-color: rgb(121,197,2); }
td.TdClassName
{
border-color: #79C502;
}
.TagClassName
{
border-color: #79C502;
}
</style>