Shades of Screamin' Green #76FA42
Tints of Screamin' Green #76FA42
RGB
CMYK
RGB Variations
Color information
#76FA42 (or 0x76FA42) is known color: Screamin' Green. HEX triplet: 76, FA and 42. RGB value is (118,250,66). Sum of RGB (Red+Green+Blue) = 118+250+66=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FA42 is #8905BD. Grayscale: #BEBEBE. Windows color (decimal): -8979902 or 4389494. OLE color: 4389494.
HSL color Cylindrical-coordinate representation of color #76FA42: hue angle of 103.04º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76FA42 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 66 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.02 |
| HSL | 103.04º | 0.95% | 0.62% | - |
| HSV(B) | 103.04º | 0.74% | 0.98% | - |
| XYZ | 42.64 | 72.62 | 16.92 | - |
| YUV | 189.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 66 | 0.53 | 0 | 0.74 | 0.02 | 103.04 | 0.95 | 0.62 |
| Hex | 76 | FA | 42 | 35 | 0 | 4A | 2 | 67 | 5F | 3E |
| Octal | 166 | 372 | 102 | 65 | 0 | 112 | 2 | 147 | 137 | 76 |
| Binary | 1110110 | 11111010 | 1000010 | 110101 | 0 | 1001010 | 10 | 1100111 | 1011111 | 111110 |
Color Harmonies of #76FA42
Complementary color
Monochromatic Colors of #76FA42
Black with #76FA42
Text Example
Text Example
White with #76FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA42; }
p { color: rgb(118,250,66); }
H1.HeaderClassName
{
color: #76FA42;
}
.AnyTagClassName
{
color: #76FA42;
}
</style>
background-color css
<style>
a { background-color: #76FA42; }
a { background-color: rgb(118,250,66); }
div.DivClassName
{
background-color: #76FA42;
}
.BgClassName
{
background-color: #76FA42;
}
</style>
border-color css
<style>
span { border-color: #76FA42; }
span { border-color: rgb(118,250,66); }
td.TdClassName
{
border-color: #76FA42;
}
.TagClassName
{
border-color: #76FA42;
}
</style>