Shades of Christi #77C401
Tints of Christi #77C401
RGB
CMYK
RGB Variations
Color information
#77C401 (or 0x77C401) is known color: Christi. HEX triplet: 77, C4 and 01. RGB value is (119,196,1). Sum of RGB (Red+Green+Blue) = 119+196+1=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #77C401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C401 is #883BFE. Grayscale: #979797. Windows color (decimal): -8928255 or 115831. OLE color: 115831.
HSL color Cylindrical-coordinate representation of color #77C401: hue angle of 83.69º degrees, saturation: 0.99, 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 #77C401 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.23 |
| HSL | 83.69º | 0.99% | 0.39% | - |
| HSV(B) | 83.69º | 0.99% | 0.77% | - |
| XYZ | 27.35 | 43.4 | 6.96 | - |
| YUV | 150.75 | 43.49 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 1 | 0.39 | 0 | 0.99 | 0.23 | 83.69 | 0.99 | 0.39 |
| Hex | 77 | C4 | 1 | 27 | 0 | 63 | 17 | 54 | 63 | 27 |
| Octal | 167 | 304 | 1 | 47 | 0 | 143 | 27 | 124 | 143 | 47 |
| Binary | 1110111 | 11000100 | 1 | 100111 | 0 | 1100011 | 10111 | 1010100 | 1100011 | 100111 |
Color Harmonies of #77C401
Complementary color
Monochromatic Colors of #77C401
Black with #77C401
Text Example
Text Example
White with #77C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C401; }
p { color: rgb(119,196,1); }
H1.HeaderClassName
{
color: #77C401;
}
.AnyTagClassName
{
color: #77C401;
}
</style>
background-color css
<style>
a { background-color: #77C401; }
a { background-color: rgb(119,196,1); }
div.DivClassName
{
background-color: #77C401;
}
.BgClassName
{
background-color: #77C401;
}
</style>
border-color css
<style>
span { border-color: #77C401; }
span { border-color: rgb(119,196,1); }
td.TdClassName
{
border-color: #77C401;
}
.TagClassName
{
border-color: #77C401;
}
</style>