Shades of Christi #77C400
Tints of Christi #77C400
RGB
CMYK
RGB Variations
Color information
#77C400 (or 0x77C400) is known color: Christi. HEX triplet: 77, C4 and 00. RGB value is (119,196,0). Sum of RGB (Red+Green+Blue) = 119+196+0=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #77C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C400 is #883BFF. Grayscale: #979797. Windows color (decimal): -8928256 or 50295. OLE color: 50295.
HSL color Cylindrical-coordinate representation of color #77C400: hue angle of 83.57º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77C400 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.23 |
| HSL | 83.57º | 1% | 0.38% | - |
| HSV(B) | 83.57º | 1% | 0.77% | - |
| XYZ | 27.35 | 43.4 | 6.94 | - |
| YUV | 150.63 | 42.99 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 0 | 0.39 | 0 | 1 | 0.23 | 83.57 | 1 | 0.38 |
| Hex | 77 | C4 | 0 | 27 | 0 | 64 | 17 | 54 | 64 | 26 |
| Octal | 167 | 304 | 0 | 47 | 0 | 144 | 27 | 124 | 144 | 46 |
| Binary | 1110111 | 11000100 | 0 | 100111 | 0 | 1100100 | 10111 | 1010100 | 1100100 | 100110 |
Color Harmonies of #77C400
Complementary color
Monochromatic Colors of #77C400
Black with #77C400
Text Example
Text Example
White with #77C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C400; }
p { color: rgb(119,196,0); }
H1.HeaderClassName
{
color: #77C400;
}
.AnyTagClassName
{
color: #77C400;
}
</style>
background-color css
<style>
a { background-color: #77C400; }
a { background-color: rgb(119,196,0); }
div.DivClassName
{
background-color: #77C400;
}
.BgClassName
{
background-color: #77C400;
}
</style>
border-color css
<style>
span { border-color: #77C400; }
span { border-color: rgb(119,196,0); }
td.TdClassName
{
border-color: #77C400;
}
.TagClassName
{
border-color: #77C400;
}
</style>