Shades of Christi #77C20C
Tints of Christi #77C20C
RGB
CMYK
RGB Variations
Color information
#77C20C (or 0x77C20C) is known color: Christi. HEX triplet: 77, C2 and 0C. RGB value is (119,194,12). Sum of RGB (Red+Green+Blue) = 119+194+12=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #77C20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C20C is #883DF3. Grayscale: #979797. Windows color (decimal): -8928756 or 836215. OLE color: 836215.
HSL color Cylindrical-coordinate representation of color #77C20C: hue angle of 84.73º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77C20C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 12 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.24 |
| HSL | 84.73º | 0.88% | 0.4% | - |
| HSV(B) | 84.73º | 0.94% | 0.76% | - |
| XYZ | 26.97 | 42.53 | 7.14 | - |
| YUV | 150.83 | 49.65 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 12 | 0.39 | 0 | 0.94 | 0.24 | 84.73 | 0.88 | 0.4 |
| Hex | 77 | C2 | C | 27 | 0 | 5E | 18 | 55 | 58 | 28 |
| Octal | 167 | 302 | 14 | 47 | 0 | 136 | 30 | 125 | 130 | 50 |
| Binary | 1110111 | 11000010 | 1100 | 100111 | 0 | 1011110 | 11000 | 1010101 | 1011000 | 101000 |
Color Harmonies of #77C20C
Complementary color
Monochromatic Colors of #77C20C
Black with #77C20C
Text Example
Text Example
White with #77C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C20C; }
p { color: rgb(119,194,12); }
H1.HeaderClassName
{
color: #77C20C;
}
.AnyTagClassName
{
color: #77C20C;
}
</style>
background-color css
<style>
a { background-color: #77C20C; }
a { background-color: rgb(119,194,12); }
div.DivClassName
{
background-color: #77C20C;
}
.BgClassName
{
background-color: #77C20C;
}
</style>
border-color css
<style>
span { border-color: #77C20C; }
span { border-color: rgb(119,194,12); }
td.TdClassName
{
border-color: #77C20C;
}
.TagClassName
{
border-color: #77C20C;
}
</style>