Shades of Christi #77C303
Tints of Christi #77C303
RGB
CMYK
RGB Variations
Color information
#77C303 (or 0x77C303) is known color: Christi. HEX triplet: 77, C3 and 03. RGB value is (119,195,3). Sum of RGB (Red+Green+Blue) = 119+195+3=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #77C303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C303 is #883CFC. Grayscale: #979797. Windows color (decimal): -8928509 or 246647. OLE color: 246647.
HSL color Cylindrical-coordinate representation of color #77C303: hue angle of 83.75º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77C303 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.24 |
| HSL | 83.75º | 0.97% | 0.39% | - |
| HSV(B) | 83.75º | 0.98% | 0.76% | - |
| XYZ | 27.14 | 42.96 | 6.95 | - |
| YUV | 150.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 3 | 0.39 | 0 | 0.98 | 0.24 | 83.75 | 0.97 | 0.39 |
| Hex | 77 | C3 | 3 | 27 | 0 | 62 | 18 | 54 | 61 | 27 |
| Octal | 167 | 303 | 3 | 47 | 0 | 142 | 30 | 124 | 141 | 47 |
| Binary | 1110111 | 11000011 | 11 | 100111 | 0 | 1100010 | 11000 | 1010100 | 1100001 | 100111 |
Color Harmonies of #77C303
Complementary color
Monochromatic Colors of #77C303
Black with #77C303
Text Example
Text Example
White with #77C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C303; }
p { color: rgb(119,195,3); }
H1.HeaderClassName
{
color: #77C303;
}
.AnyTagClassName
{
color: #77C303;
}
</style>
background-color css
<style>
a { background-color: #77C303; }
a { background-color: rgb(119,195,3); }
div.DivClassName
{
background-color: #77C303;
}
.BgClassName
{
background-color: #77C303;
}
</style>
border-color css
<style>
span { border-color: #77C303; }
span { border-color: rgb(119,195,3); }
td.TdClassName
{
border-color: #77C303;
}
.TagClassName
{
border-color: #77C303;
}
</style>