Shades of Christi #76C803
Tints of Christi #76C803
RGB
CMYK
RGB Variations
Color information
#76C803 (or 0x76C803) is known color: Christi. HEX triplet: 76, C8 and 03. RGB value is (118,200,3). Sum of RGB (Red+Green+Blue) = 118+200+3=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #76C803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C803 is #8937FC. Grayscale: #999999. Windows color (decimal): -8992765 or 247926. OLE color: 247926.
HSL color Cylindrical-coordinate representation of color #76C803: hue angle of 84.97º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76C803 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 3 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.22 |
| HSL | 84.97º | 0.97% | 0.4% | - |
| HSV(B) | 84.97º | 0.99% | 0.78% | - |
| XYZ | 28.14 | 45.17 | 7.32 | - |
| YUV | 153.02 | 43.33 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 3 | 0.41 | 0 | 0.98 | 0.22 | 84.97 | 0.97 | 0.4 |
| Hex | 76 | C8 | 3 | 29 | 0 | 62 | 16 | 55 | 61 | 28 |
| Octal | 166 | 310 | 3 | 51 | 0 | 142 | 26 | 125 | 141 | 50 |
| Binary | 1110110 | 11001000 | 11 | 101001 | 0 | 1100010 | 10110 | 1010101 | 1100001 | 101000 |
Color Harmonies of #76C803
Complementary color
Monochromatic Colors of #76C803
Black with #76C803
Text Example
Text Example
White with #76C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C803; }
p { color: rgb(118,200,3); }
H1.HeaderClassName
{
color: #76C803;
}
.AnyTagClassName
{
color: #76C803;
}
</style>
background-color css
<style>
a { background-color: #76C803; }
a { background-color: rgb(118,200,3); }
div.DivClassName
{
background-color: #76C803;
}
.BgClassName
{
background-color: #76C803;
}
</style>
border-color css
<style>
span { border-color: #76C803; }
span { border-color: rgb(118,200,3); }
td.TdClassName
{
border-color: #76C803;
}
.TagClassName
{
border-color: #76C803;
}
</style>