Shades of Christi #76C502
Tints of Christi #76C502
RGB
CMYK
RGB Variations
Color information
#76C502 (or 0x76C502) is known color: Christi. HEX triplet: 76, C5 and 02. RGB value is (118,197,2). Sum of RGB (Red+Green+Blue) = 118+197+2=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #76C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C502 is #893AFD. Grayscale: #979797. Windows color (decimal): -8993534 or 181622. OLE color: 181622.
HSL color Cylindrical-coordinate representation of color #76C502: hue angle of 84.31º degrees, saturation: 0.98, 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 #76C502 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.23 |
| HSL | 84.31º | 0.98% | 0.39% | - |
| HSV(B) | 84.31º | 0.99% | 0.77% | - |
| XYZ | 27.45 | 43.79 | 7.06 | - |
| YUV | 151.15 | 43.83 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 2 | 0.40 | 0 | 0.99 | 0.23 | 84.31 | 0.98 | 0.39 |
| Hex | 76 | C5 | 2 | 28 | 0 | 63 | 17 | 54 | 62 | 27 |
| Octal | 166 | 305 | 2 | 50 | 0 | 143 | 27 | 124 | 142 | 47 |
| Binary | 1110110 | 11000101 | 10 | 101000 | 0 | 1100011 | 10111 | 1010100 | 1100010 | 100111 |
Color Harmonies of #76C502
Complementary color
Monochromatic Colors of #76C502
Black with #76C502
Text Example
Text Example
White with #76C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C502; }
p { color: rgb(118,197,2); }
H1.HeaderClassName
{
color: #76C502;
}
.AnyTagClassName
{
color: #76C502;
}
</style>
background-color css
<style>
a { background-color: #76C502; }
a { background-color: rgb(118,197,2); }
div.DivClassName
{
background-color: #76C502;
}
.BgClassName
{
background-color: #76C502;
}
</style>
border-color css
<style>
span { border-color: #76C502; }
span { border-color: rgb(118,197,2); }
td.TdClassName
{
border-color: #76C502;
}
.TagClassName
{
border-color: #76C502;
}
</style>