Shades of Christi #76C100
Tints of Christi #76C100
RGB
CMYK
RGB Variations
Color information
#76C100 (or 0x76C100) is known color: Christi. HEX triplet: 76, C1 and 00. RGB value is (118,193,0). Sum of RGB (Red+Green+Blue) = 118+193+0=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #76C100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C100 is #893EFF. Grayscale: #959595. Windows color (decimal): -8994560 or 49526. OLE color: 49526.
HSL color Cylindrical-coordinate representation of color #76C100: hue angle of 83.32º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76C100 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.24 |
| HSL | 83.32º | 1% | 0.38% | - |
| HSV(B) | 83.32º | 1% | 0.76% | - |
| XYZ | 26.54 | 41.99 | 6.71 | - |
| YUV | 148.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 0 | 0.39 | 0 | 1 | 0.24 | 83.32 | 1 | 0.38 |
| Hex | 76 | C1 | 0 | 27 | 0 | 64 | 18 | 53 | 64 | 26 |
| Octal | 166 | 301 | 0 | 47 | 0 | 144 | 30 | 123 | 144 | 46 |
| Binary | 1110110 | 11000001 | 0 | 100111 | 0 | 1100100 | 11000 | 1010011 | 1100100 | 100110 |
Color Harmonies of #76C100
Complementary color
Monochromatic Colors of #76C100
Black with #76C100
Text Example
Text Example
White with #76C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C100; }
p { color: rgb(118,193,0); }
H1.HeaderClassName
{
color: #76C100;
}
.AnyTagClassName
{
color: #76C100;
}
</style>
background-color css
<style>
a { background-color: #76C100; }
a { background-color: rgb(118,193,0); }
div.DivClassName
{
background-color: #76C100;
}
.BgClassName
{
background-color: #76C100;
}
</style>
border-color css
<style>
span { border-color: #76C100; }
span { border-color: rgb(118,193,0); }
td.TdClassName
{
border-color: #76C100;
}
.TagClassName
{
border-color: #76C100;
}
</style>