Shades of Christi #77BD01
Tints of Christi #77BD01
RGB
CMYK
RGB Variations
Color information
#77BD01 (or 0x77BD01) is known color: Christi. HEX triplet: 77, BD and 01. RGB value is (119,189,1). Sum of RGB (Red+Green+Blue) = 119+189+1=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BD01 is #8842FE. Grayscale: #939393. Windows color (decimal): -8930047 or 114039. OLE color: 114039.
HSL color Cylindrical-coordinate representation of color #77BD01: hue angle of 82.34º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77BD01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.26 |
| HSL | 82.34º | 0.99% | 0.37% | - |
| HSV(B) | 82.34º | 0.99% | 0.74% | - |
| XYZ | 25.81 | 40.32 | 6.45 | - |
| YUV | 146.64 | 45.81 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 1 | 0.37 | 0 | 0.99 | 0.26 | 82.34 | 0.99 | 0.37 |
| Hex | 77 | BD | 1 | 25 | 0 | 63 | 1A | 52 | 63 | 25 |
| Octal | 167 | 275 | 1 | 45 | 0 | 143 | 32 | 122 | 143 | 45 |
| Binary | 1110111 | 10111101 | 1 | 100101 | 0 | 1100011 | 11010 | 1010010 | 1100011 | 100101 |
Color Harmonies of #77BD01
Complementary color
Monochromatic Colors of #77BD01
Black with #77BD01
Text Example
Text Example
White with #77BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD01; }
p { color: rgb(119,189,1); }
H1.HeaderClassName
{
color: #77BD01;
}
.AnyTagClassName
{
color: #77BD01;
}
</style>
background-color css
<style>
a { background-color: #77BD01; }
a { background-color: rgb(119,189,1); }
div.DivClassName
{
background-color: #77BD01;
}
.BgClassName
{
background-color: #77BD01;
}
</style>
border-color css
<style>
span { border-color: #77BD01; }
span { border-color: rgb(119,189,1); }
td.TdClassName
{
border-color: #77BD01;
}
.TagClassName
{
border-color: #77BD01;
}
</style>