Shades of Screamin' Green #76FE41
Tints of Screamin' Green #76FE41
RGB
CMYK
RGB Variations
Color information
#76FE41 (or 0x76FE41) is known color: Screamin' Green. HEX triplet: 76, FE and 41. RGB value is (118,254,65). Sum of RGB (Red+Green+Blue) = 118+254+65=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FE41 is #8901BE. Grayscale: #C0C0C0. Windows color (decimal): -8978879 or 4324982. OLE color: 4324982.
HSL color Cylindrical-coordinate representation of color #76FE41: hue angle of 103.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76FE41 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 65 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.00 |
| HSL | 103.17º | 0.99% | 0.63% | - |
| HSV(B) | 103.17º | 0.74% | 1% | - |
| XYZ | 43.87 | 75.12 | 17.19 | - |
| YUV | 191.79 | 56.44 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 65 | 0.54 | 0 | 0.74 | 0.00 | 103.17 | 0.99 | 0.63 |
| Hex | 76 | FE | 41 | 36 | 0 | 4A | 0 | 67 | 63 | 3F |
| Octal | 166 | 376 | 101 | 66 | 0 | 112 | 0 | 147 | 143 | 77 |
| Binary | 1110110 | 11111110 | 1000001 | 110110 | 0 | 1001010 | 0 | 1100111 | 1100011 | 111111 |
Color Harmonies of #76FE41
Complementary color
Monochromatic Colors of #76FE41
Black with #76FE41
Text Example
Text Example
White with #76FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE41; }
p { color: rgb(118,254,65); }
H1.HeaderClassName
{
color: #76FE41;
}
.AnyTagClassName
{
color: #76FE41;
}
</style>
background-color css
<style>
a { background-color: #76FE41; }
a { background-color: rgb(118,254,65); }
div.DivClassName
{
background-color: #76FE41;
}
.BgClassName
{
background-color: #76FE41;
}
</style>
border-color css
<style>
span { border-color: #76FE41; }
span { border-color: rgb(118,254,65); }
td.TdClassName
{
border-color: #76FE41;
}
.TagClassName
{
border-color: #76FE41;
}
</style>