Shades of Screamin' Green #76F741
Tints of Screamin' Green #76F741
RGB
CMYK
RGB Variations
Color information
#76F741 (or 0x76F741) is known color: Screamin' Green. HEX triplet: 76, F7 and 41. RGB value is (118,247,65). Sum of RGB (Red+Green+Blue) = 118+247+65=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #76F741 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F741 is #8908BE. Grayscale: #BCBCBC. Windows color (decimal): -8980671 or 4323190. OLE color: 4323190.
HSL color Cylindrical-coordinate representation of color #76F741: hue angle of 102.53º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76F741 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 247 | 65 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.03 |
| HSL | 102.53º | 0.92% | 0.61% | - |
| HSV(B) | 102.53º | 0.74% | 0.97% | - |
| XYZ | 41.69 | 70.75 | 16.46 | - |
| YUV | 187.68 | 58.76 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 247 | 65 | 0.52 | 0 | 0.74 | 0.03 | 102.53 | 0.92 | 0.61 |
| Hex | 76 | F7 | 41 | 34 | 0 | 4A | 3 | 67 | 5C | 3D |
| Octal | 166 | 367 | 101 | 64 | 0 | 112 | 3 | 147 | 134 | 75 |
| Binary | 1110110 | 11110111 | 1000001 | 110100 | 0 | 1001010 | 11 | 1100111 | 1011100 | 111101 |
Color Harmonies of #76F741
Complementary color
Monochromatic Colors of #76F741
Black with #76F741
Text Example
Text Example
White with #76F741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F741; }
p { color: rgb(118,247,65); }
H1.HeaderClassName
{
color: #76F741;
}
.AnyTagClassName
{
color: #76F741;
}
</style>
background-color css
<style>
a { background-color: #76F741; }
a { background-color: rgb(118,247,65); }
div.DivClassName
{
background-color: #76F741;
}
.BgClassName
{
background-color: #76F741;
}
</style>
border-color css
<style>
span { border-color: #76F741; }
span { border-color: rgb(118,247,65); }
td.TdClassName
{
border-color: #76F741;
}
.TagClassName
{
border-color: #76F741;
}
</style>