Shades of Christi #77C40B
Tints of Christi #77C40B
RGB
CMYK
RGB Variations
Color information
#77C40B (or 0x77C40B) is known color: Christi. HEX triplet: 77, C4 and 0B. RGB value is (119,196,11). Sum of RGB (Red+Green+Blue) = 119+196+11=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #77C40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C40B is #883BF4. Grayscale: #989898. Windows color (decimal): -8928245 or 771191. OLE color: 771191.
HSL color Cylindrical-coordinate representation of color #77C40B: hue angle of 84.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77C40B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.23 |
| HSL | 84.97º | 0.89% | 0.41% | - |
| HSV(B) | 84.97º | 0.94% | 0.77% | - |
| XYZ | 27.41 | 43.43 | 7.25 | - |
| YUV | 151.89 | 48.49 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 11 | 0.39 | 0 | 0.94 | 0.23 | 84.97 | 0.89 | 0.41 |
| Hex | 77 | C4 | B | 27 | 0 | 5E | 17 | 55 | 59 | 29 |
| Octal | 167 | 304 | 13 | 47 | 0 | 136 | 27 | 125 | 131 | 51 |
| Binary | 1110111 | 11000100 | 1011 | 100111 | 0 | 1011110 | 10111 | 1010101 | 1011001 | 101001 |
Color Harmonies of #77C40B
Complementary color
Monochromatic Colors of #77C40B
Black with #77C40B
Text Example
Text Example
White with #77C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C40B; }
p { color: rgb(119,196,11); }
H1.HeaderClassName
{
color: #77C40B;
}
.AnyTagClassName
{
color: #77C40B;
}
</style>
background-color css
<style>
a { background-color: #77C40B; }
a { background-color: rgb(119,196,11); }
div.DivClassName
{
background-color: #77C40B;
}
.BgClassName
{
background-color: #77C40B;
}
</style>
border-color css
<style>
span { border-color: #77C40B; }
span { border-color: rgb(119,196,11); }
td.TdClassName
{
border-color: #77C40B;
}
.TagClassName
{
border-color: #77C40B;
}
</style>