Shades of Screamin' Green #76EF42
Tints of Screamin' Green #76EF42
RGB
CMYK
RGB Variations
Color information
#76EF42 (or 0x76EF42) is known color: Screamin' Green. HEX triplet: 76, EF and 42. RGB value is (118,239,66). Sum of RGB (Red+Green+Blue) = 118+239+66=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #76EF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EF42 is #8910BD. Grayscale: #B7B7B7. Windows color (decimal): -8982718 or 4386678. OLE color: 4386678.
HSL color Cylindrical-coordinate representation of color #76EF42: hue angle of 101.97º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76EF42 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 66 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.06 |
| HSL | 101.97º | 0.84% | 0.6% | - |
| HSV(B) | 101.97º | 0.72% | 0.94% | - |
| XYZ | 39.32 | 65.98 | 15.82 | - |
| YUV | 183.1 | 61.91 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 66 | 0.51 | 0 | 0.72 | 0.06 | 101.97 | 0.84 | 0.6 |
| Hex | 76 | EF | 42 | 33 | 0 | 48 | 6 | 66 | 54 | 3C |
| Octal | 166 | 357 | 102 | 63 | 0 | 110 | 6 | 146 | 124 | 74 |
| Binary | 1110110 | 11101111 | 1000010 | 110011 | 0 | 1001000 | 110 | 1100110 | 1010100 | 111100 |
Color Harmonies of #76EF42
Complementary color
Monochromatic Colors of #76EF42
Black with #76EF42
Text Example
Text Example
White with #76EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EF42; }
p { color: rgb(118,239,66); }
H1.HeaderClassName
{
color: #76EF42;
}
.AnyTagClassName
{
color: #76EF42;
}
</style>
background-color css
<style>
a { background-color: #76EF42; }
a { background-color: rgb(118,239,66); }
div.DivClassName
{
background-color: #76EF42;
}
.BgClassName
{
background-color: #76EF42;
}
</style>
border-color css
<style>
span { border-color: #76EF42; }
span { border-color: rgb(118,239,66); }
td.TdClassName
{
border-color: #76EF42;
}
.TagClassName
{
border-color: #76EF42;
}
</style>