Shades of Christi #76C002
Tints of Christi #76C002
RGB
CMYK
RGB Variations
Color information
#76C002 (or 0x76C002) is known color: Christi. HEX triplet: 76, C0 and 02. RGB value is (118,192,2). Sum of RGB (Red+Green+Blue) = 118+192+2=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #76C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C002 is #893FFD. Grayscale: #949494. Windows color (decimal): -8994814 or 180342. OLE color: 180342.
HSL color Cylindrical-coordinate representation of color #76C002: hue angle of 83.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76C002 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.25 |
| HSL | 83.37º | 0.98% | 0.38% | - |
| HSV(B) | 83.37º | 0.99% | 0.75% | - |
| XYZ | 26.33 | 41.56 | 6.69 | - |
| YUV | 148.21 | 45.48 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 2 | 0.39 | 0 | 0.99 | 0.25 | 83.37 | 0.98 | 0.38 |
| Hex | 76 | C0 | 2 | 27 | 0 | 63 | 19 | 53 | 62 | 26 |
| Octal | 166 | 300 | 2 | 47 | 0 | 143 | 31 | 123 | 142 | 46 |
| Binary | 1110110 | 11000000 | 10 | 100111 | 0 | 1100011 | 11001 | 1010011 | 1100010 | 100110 |
Color Harmonies of #76C002
Complementary color
Monochromatic Colors of #76C002
Black with #76C002
Text Example
Text Example
White with #76C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C002; }
p { color: rgb(118,192,2); }
H1.HeaderClassName
{
color: #76C002;
}
.AnyTagClassName
{
color: #76C002;
}
</style>
background-color css
<style>
a { background-color: #76C002; }
a { background-color: rgb(118,192,2); }
div.DivClassName
{
background-color: #76C002;
}
.BgClassName
{
background-color: #76C002;
}
</style>
border-color css
<style>
span { border-color: #76C002; }
span { border-color: rgb(118,192,2); }
td.TdClassName
{
border-color: #76C002;
}
.TagClassName
{
border-color: #76C002;
}
</style>