Shades of Christi #77BE04
Tints of Christi #77BE04
RGB
CMYK
RGB Variations
Color information
#77BE04 (or 0x77BE04) is known color: Christi. HEX triplet: 77, BE and 04. RGB value is (119,190,4). Sum of RGB (Red+Green+Blue) = 119+190+4=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BE04 is #8841FB. Grayscale: #949494. Windows color (decimal): -8929788 or 310903. OLE color: 310903.
HSL color Cylindrical-coordinate representation of color #77BE04: hue angle of 82.9º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77BE04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.25 |
| HSL | 82.9º | 0.96% | 0.38% | - |
| HSV(B) | 82.9º | 0.98% | 0.75% | - |
| XYZ | 26.04 | 40.76 | 6.61 | - |
| YUV | 147.57 | 46.98 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 4 | 0.37 | 0 | 0.98 | 0.25 | 82.9 | 0.96 | 0.38 |
| Hex | 77 | BE | 4 | 25 | 0 | 62 | 19 | 53 | 60 | 26 |
| Octal | 167 | 276 | 4 | 45 | 0 | 142 | 31 | 123 | 140 | 46 |
| Binary | 1110111 | 10111110 | 100 | 100101 | 0 | 1100010 | 11001 | 1010011 | 1100000 | 100110 |
Color Harmonies of #77BE04
Complementary color
Monochromatic Colors of #77BE04
Black with #77BE04
Text Example
Text Example
White with #77BE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE04; }
p { color: rgb(119,190,4); }
H1.HeaderClassName
{
color: #77BE04;
}
.AnyTagClassName
{
color: #77BE04;
}
</style>
background-color css
<style>
a { background-color: #77BE04; }
a { background-color: rgb(119,190,4); }
div.DivClassName
{
background-color: #77BE04;
}
.BgClassName
{
background-color: #77BE04;
}
</style>
border-color css
<style>
span { border-color: #77BE04; }
span { border-color: rgb(119,190,4); }
td.TdClassName
{
border-color: #77BE04;
}
.TagClassName
{
border-color: #77BE04;
}
</style>