Shades of Screamin' Green #76EC49
Tints of Screamin' Green #76EC49
RGB
CMYK
RGB Variations
Color information
#76EC49 (or 0x76EC49) is known color: Screamin' Green. HEX triplet: 76, EC and 49. RGB value is (118,236,73). Sum of RGB (Red+Green+Blue) = 118+236+73=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EC49 is #8913B6. Grayscale: #B6B6B6. Windows color (decimal): -8983479 or 4844662. OLE color: 4844662.
HSL color Cylindrical-coordinate representation of color #76EC49: hue angle of 103.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76EC49 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 73 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.07 |
| HSL | 103.44º | 0.81% | 0.61% | - |
| HSV(B) | 103.44º | 0.69% | 0.93% | - |
| XYZ | 38.67 | 64.32 | 16.68 | - |
| YUV | 182.14 | 66.41 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 73 | 0.5 | 0 | 0.69 | 0.07 | 103.44 | 0.81 | 0.61 |
| Hex | 76 | EC | 49 | 32 | 0 | 45 | 7 | 67 | 51 | 3D |
| Octal | 166 | 354 | 111 | 62 | 0 | 105 | 7 | 147 | 121 | 75 |
| Binary | 1110110 | 11101100 | 1001001 | 110010 | 0 | 1000101 | 111 | 1100111 | 1010001 | 111101 |
Color Harmonies of #76EC49
Complementary color
Monochromatic Colors of #76EC49
Black with #76EC49
Text Example
Text Example
White with #76EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC49; }
p { color: rgb(118,236,73); }
H1.HeaderClassName
{
color: #76EC49;
}
.AnyTagClassName
{
color: #76EC49;
}
</style>
background-color css
<style>
a { background-color: #76EC49; }
a { background-color: rgb(118,236,73); }
div.DivClassName
{
background-color: #76EC49;
}
.BgClassName
{
background-color: #76EC49;
}
</style>
border-color css
<style>
span { border-color: #76EC49; }
span { border-color: rgb(118,236,73); }
td.TdClassName
{
border-color: #76EC49;
}
.TagClassName
{
border-color: #76EC49;
}
</style>