Shades of Screamin' Green #76F441
Tints of Screamin' Green #76F441
RGB
CMYK
RGB Variations
Color information
#76F441 (or 0x76F441) is known color: Screamin' Green. HEX triplet: 76, F4 and 41. RGB value is (118,244,65). Sum of RGB (Red+Green+Blue) = 118+244+65=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #76F441 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F441 is #890BBE. Grayscale: #BABABA. Windows color (decimal): -8981439 or 4322422. OLE color: 4322422.
HSL color Cylindrical-coordinate representation of color #76F441: hue angle of 102.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76F441 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 244 | 65 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.04 |
| HSL | 102.23º | 0.89% | 0.61% | - |
| HSV(B) | 102.23º | 0.73% | 0.96% | - |
| XYZ | 40.78 | 68.93 | 16.16 | - |
| YUV | 185.92 | 59.76 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 244 | 65 | 0.52 | 0 | 0.73 | 0.04 | 102.23 | 0.89 | 0.61 |
| Hex | 76 | F4 | 41 | 34 | 0 | 49 | 4 | 66 | 59 | 3D |
| Octal | 166 | 364 | 101 | 64 | 0 | 111 | 4 | 146 | 131 | 75 |
| Binary | 1110110 | 11110100 | 1000001 | 110100 | 0 | 1001001 | 100 | 1100110 | 1011001 | 111101 |
Color Harmonies of #76F441
Complementary color
Monochromatic Colors of #76F441
Black with #76F441
Text Example
Text Example
White with #76F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F441; }
p { color: rgb(118,244,65); }
H1.HeaderClassName
{
color: #76F441;
}
.AnyTagClassName
{
color: #76F441;
}
</style>
background-color css
<style>
a { background-color: #76F441; }
a { background-color: rgb(118,244,65); }
div.DivClassName
{
background-color: #76F441;
}
.BgClassName
{
background-color: #76F441;
}
</style>
border-color css
<style>
span { border-color: #76F441; }
span { border-color: rgb(118,244,65); }
td.TdClassName
{
border-color: #76F441;
}
.TagClassName
{
border-color: #76F441;
}
</style>