Shades of Christi #76C501
Tints of Christi #76C501
RGB
CMYK
RGB Variations
Color information
#76C501 (or 0x76C501) is known color: Christi. HEX triplet: 76, C5 and 01. RGB value is (118,197,1). Sum of RGB (Red+Green+Blue) = 118+197+1=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #76C501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C501 is #893AFE. Grayscale: #979797. Windows color (decimal): -8993535 or 116086. OLE color: 116086.
HSL color Cylindrical-coordinate representation of color #76C501: hue angle of 84.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76C501 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.23 |
| HSL | 84.18º | 0.99% | 0.39% | - |
| HSV(B) | 84.18º | 0.99% | 0.77% | - |
| XYZ | 27.44 | 43.79 | 7.03 | - |
| YUV | 151.04 | 43.33 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 1 | 0.40 | 0 | 0.99 | 0.23 | 84.18 | 0.99 | 0.39 |
| Hex | 76 | C5 | 1 | 28 | 0 | 63 | 17 | 54 | 63 | 27 |
| Octal | 166 | 305 | 1 | 50 | 0 | 143 | 27 | 124 | 143 | 47 |
| Binary | 1110110 | 11000101 | 1 | 101000 | 0 | 1100011 | 10111 | 1010100 | 1100011 | 100111 |
Color Harmonies of #76C501
Complementary color
Monochromatic Colors of #76C501
Black with #76C501
Text Example
Text Example
White with #76C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C501; }
p { color: rgb(118,197,1); }
H1.HeaderClassName
{
color: #76C501;
}
.AnyTagClassName
{
color: #76C501;
}
</style>
background-color css
<style>
a { background-color: #76C501; }
a { background-color: rgb(118,197,1); }
div.DivClassName
{
background-color: #76C501;
}
.BgClassName
{
background-color: #76C501;
}
</style>
border-color css
<style>
span { border-color: #76C501; }
span { border-color: rgb(118,197,1); }
td.TdClassName
{
border-color: #76C501;
}
.TagClassName
{
border-color: #76C501;
}
</style>