Shades of Screamin' Green #76F538
Tints of Screamin' Green #76F538
RGB
CMYK
RGB Variations
Color information
#76F538 (or 0x76F538) is known color: Screamin' Green. HEX triplet: 76, F5 and 38. RGB value is (118,245,56). Sum of RGB (Red+Green+Blue) = 118+245+56=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 245 (96.09% from 255 or 58.47% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 245 - color contains mainly: green. Hex color #76F538 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F538 is #890AC7. Grayscale: #BABABA. Windows color (decimal): -8981192 or 3732854. OLE color: 3732854.
HSL color Cylindrical-coordinate representation of color #76F538: hue angle of 100.32º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76F538 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 245 | 56 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.04 |
| HSL | 100.32º | 0.9% | 0.59% | - |
| HSV(B) | 100.32º | 0.77% | 0.96% | - |
| XYZ | 40.84 | 69.44 | 14.99 | - |
| YUV | 185.48 | 54.92 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 245 | 56 | 0.52 | 0 | 0.77 | 0.04 | 100.32 | 0.9 | 0.59 |
| Hex | 76 | F5 | 38 | 34 | 0 | 4D | 4 | 64 | 5A | 3B |
| Octal | 166 | 365 | 70 | 64 | 0 | 115 | 4 | 144 | 132 | 73 |
| Binary | 1110110 | 11110101 | 111000 | 110100 | 0 | 1001101 | 100 | 1100100 | 1011010 | 111011 |
Color Harmonies of #76F538
Complementary color
Monochromatic Colors of #76F538
Black with #76F538
Text Example
Text Example
White with #76F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F538; }
p { color: rgb(118,245,56); }
H1.HeaderClassName
{
color: #76F538;
}
.AnyTagClassName
{
color: #76F538;
}
</style>
background-color css
<style>
a { background-color: #76F538; }
a { background-color: rgb(118,245,56); }
div.DivClassName
{
background-color: #76F538;
}
.BgClassName
{
background-color: #76F538;
}
</style>
border-color css
<style>
span { border-color: #76F538; }
span { border-color: rgb(118,245,56); }
td.TdClassName
{
border-color: #76F538;
}
.TagClassName
{
border-color: #76F538;
}
</style>