Shades of Screamin' Green #76F266
Tints of Screamin' Green #76F266
RGB
CMYK
RGB Variations
Color information
#76F266 (or 0x76F266) is known color: Screamin' Green. HEX triplet: 76, F2 and 66. RGB value is (118,242,102). Sum of RGB (Red+Green+Blue) = 118+242+102=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #76F266 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F266 is #890D99. Grayscale: #BDBDBD. Windows color (decimal): -8981914 or 6746742. OLE color: 6746742.
HSL color Cylindrical-coordinate representation of color #76F266: hue angle of 113.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76F266 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 102 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.05 |
| HSL | 113.14º | 0.84% | 0.67% | - |
| HSV(B) | 113.14º | 0.58% | 0.95% | - |
| XYZ | 41.62 | 68.32 | 23.56 | - |
| YUV | 188.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 102 | 0.51 | 0 | 0.58 | 0.05 | 113.14 | 0.84 | 0.67 |
| Hex | 76 | F2 | 66 | 33 | 0 | 3A | 5 | 71 | 54 | 43 |
| Octal | 166 | 362 | 146 | 63 | 0 | 72 | 5 | 161 | 124 | 103 |
| Binary | 1110110 | 11110010 | 1100110 | 110011 | 0 | 111010 | 101 | 1110001 | 1010100 | 1000011 |
Color Harmonies of #76F266
Complementary color
Monochromatic Colors of #76F266
Black with #76F266
Text Example
Text Example
White with #76F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F266; }
p { color: rgb(118,242,102); }
H1.HeaderClassName
{
color: #76F266;
}
.AnyTagClassName
{
color: #76F266;
}
</style>
background-color css
<style>
a { background-color: #76F266; }
a { background-color: rgb(118,242,102); }
div.DivClassName
{
background-color: #76F266;
}
.BgClassName
{
background-color: #76F266;
}
</style>
border-color css
<style>
span { border-color: #76F266; }
span { border-color: rgb(118,242,102); }
td.TdClassName
{
border-color: #76F266;
}
.TagClassName
{
border-color: #76F266;
}
</style>