Shades of Screamin' Green #76F041
Tints of Screamin' Green #76F041
RGB
CMYK
RGB Variations
Color information
#76F041 (or 0x76F041) is known color: Screamin' Green. HEX triplet: 76, F0 and 41. RGB value is (118,240,65). Sum of RGB (Red+Green+Blue) = 118+240+65=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #76F041 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F041 is #890FBE. Grayscale: #B8B8B8. Windows color (decimal): -8982463 or 4321398. OLE color: 4321398.
HSL color Cylindrical-coordinate representation of color #76F041: hue angle of 101.83º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76F041 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 65 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.06 |
| HSL | 101.83º | 0.85% | 0.6% | - |
| HSV(B) | 101.83º | 0.73% | 0.94% | - |
| XYZ | 39.59 | 66.55 | 15.76 | - |
| YUV | 183.57 | 61.08 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 65 | 0.51 | 0 | 0.73 | 0.06 | 101.83 | 0.85 | 0.6 |
| Hex | 76 | F0 | 41 | 33 | 0 | 49 | 6 | 66 | 55 | 3C |
| Octal | 166 | 360 | 101 | 63 | 0 | 111 | 6 | 146 | 125 | 74 |
| Binary | 1110110 | 11110000 | 1000001 | 110011 | 0 | 1001001 | 110 | 1100110 | 1010101 | 111100 |
Color Harmonies of #76F041
Complementary color
Monochromatic Colors of #76F041
Black with #76F041
Text Example
Text Example
White with #76F041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F041; }
p { color: rgb(118,240,65); }
H1.HeaderClassName
{
color: #76F041;
}
.AnyTagClassName
{
color: #76F041;
}
</style>
background-color css
<style>
a { background-color: #76F041; }
a { background-color: rgb(118,240,65); }
div.DivClassName
{
background-color: #76F041;
}
.BgClassName
{
background-color: #76F041;
}
</style>
border-color css
<style>
span { border-color: #76F041; }
span { border-color: rgb(118,240,65); }
td.TdClassName
{
border-color: #76F041;
}
.TagClassName
{
border-color: #76F041;
}
</style>