Shades of Christi #77BC08
Tints of Christi #77BC08
RGB
CMYK
RGB Variations
Color information
#77BC08 (or 0x77BC08) is known color: Christi. HEX triplet: 77, BC and 08. RGB value is (119,188,8). Sum of RGB (Red+Green+Blue) = 119+188+8=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC08 is #8843F7. Grayscale: #939393. Windows color (decimal): -8930296 or 572535. OLE color: 572535.
HSL color Cylindrical-coordinate representation of color #77BC08: hue angle of 83º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77BC08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.26 |
| HSL | 83º | 0.92% | 0.38% | - |
| HSV(B) | 83º | 0.96% | 0.74% | - |
| XYZ | 25.63 | 39.91 | 6.58 | - |
| YUV | 146.85 | 49.64 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 8 | 0.37 | 0 | 0.96 | 0.26 | 83 | 0.92 | 0.38 |
| Hex | 77 | BC | 8 | 25 | 0 | 60 | 1A | 53 | 5C | 26 |
| Octal | 167 | 274 | 10 | 45 | 0 | 140 | 32 | 123 | 134 | 46 |
| Binary | 1110111 | 10111100 | 1000 | 100101 | 0 | 1100000 | 11010 | 1010011 | 1011100 | 100110 |
Color Harmonies of #77BC08
Complementary color
Monochromatic Colors of #77BC08
Black with #77BC08
Text Example
Text Example
White with #77BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC08; }
p { color: rgb(119,188,8); }
H1.HeaderClassName
{
color: #77BC08;
}
.AnyTagClassName
{
color: #77BC08;
}
</style>
background-color css
<style>
a { background-color: #77BC08; }
a { background-color: rgb(119,188,8); }
div.DivClassName
{
background-color: #77BC08;
}
.BgClassName
{
background-color: #77BC08;
}
</style>
border-color css
<style>
span { border-color: #77BC08; }
span { border-color: rgb(119,188,8); }
td.TdClassName
{
border-color: #77BC08;
}
.TagClassName
{
border-color: #77BC08;
}
</style>