Shades of Screamin' Green #76F438
Tints of Screamin' Green #76F438
RGB
CMYK
RGB Variations
Color information
#76F438 (or 0x76F438) is known color: Screamin' Green. HEX triplet: 76, F4 and 38. RGB value is (118,244,56). Sum of RGB (Red+Green+Blue) = 118+244+56=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #76F438 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F438 is #890BC7. Grayscale: #B9B9B9. Windows color (decimal): -8981448 or 3732598. OLE color: 3732598.
HSL color Cylindrical-coordinate representation of color #76F438: hue angle of 100.21º 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 #76F438 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 244 | 56 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.04 |
| HSL | 100.21º | 0.9% | 0.59% | - |
| HSV(B) | 100.21º | 0.77% | 0.96% | - |
| XYZ | 40.54 | 68.84 | 14.89 | - |
| YUV | 184.89 | 55.26 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 244 | 56 | 0.52 | 0 | 0.77 | 0.04 | 100.21 | 0.9 | 0.59 |
| Hex | 76 | F4 | 38 | 34 | 0 | 4D | 4 | 64 | 5A | 3B |
| Octal | 166 | 364 | 70 | 64 | 0 | 115 | 4 | 144 | 132 | 73 |
| Binary | 1110110 | 11110100 | 111000 | 110100 | 0 | 1001101 | 100 | 1100100 | 1011010 | 111011 |
Color Harmonies of #76F438
Complementary color
Monochromatic Colors of #76F438
Black with #76F438
Text Example
Text Example
White with #76F438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F438; }
p { color: rgb(118,244,56); }
H1.HeaderClassName
{
color: #76F438;
}
.AnyTagClassName
{
color: #76F438;
}
</style>
background-color css
<style>
a { background-color: #76F438; }
a { background-color: rgb(118,244,56); }
div.DivClassName
{
background-color: #76F438;
}
.BgClassName
{
background-color: #76F438;
}
</style>
border-color css
<style>
span { border-color: #76F438; }
span { border-color: rgb(118,244,56); }
td.TdClassName
{
border-color: #76F438;
}
.TagClassName
{
border-color: #76F438;
}
</style>