Shades of Screamin' Green #76F74D
Tints of Screamin' Green #76F74D
RGB
CMYK
RGB Variations
Color information
#76F74D (or 0x76F74D) is known color: Screamin' Green. HEX triplet: 76, F7 and 4D. RGB value is (118,247,77). Sum of RGB (Red+Green+Blue) = 118+247+77=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #76F74D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F74D is #8908B2. Grayscale: #BDBDBD. Windows color (decimal): -8980659 or 5109622. OLE color: 5109622.
HSL color Cylindrical-coordinate representation of color #76F74D: hue angle of 105.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76F74D is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 247 | 77 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.03 |
| HSL | 105.53º | 0.91% | 0.64% | - |
| HSV(B) | 105.53º | 0.69% | 0.97% | - |
| XYZ | 42.07 | 70.91 | 18.49 | - |
| YUV | 189.05 | 64.76 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 247 | 77 | 0.52 | 0 | 0.69 | 0.03 | 105.53 | 0.91 | 0.64 |
| Hex | 76 | F7 | 4D | 34 | 0 | 45 | 3 | 6A | 5B | 40 |
| Octal | 166 | 367 | 115 | 64 | 0 | 105 | 3 | 152 | 133 | 100 |
| Binary | 1110110 | 11110111 | 1001101 | 110100 | 0 | 1000101 | 11 | 1101010 | 1011011 | 1000000 |
Color Harmonies of #76F74D
Complementary color
Monochromatic Colors of #76F74D
Black with #76F74D
Text Example
Text Example
White with #76F74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F74D; }
p { color: rgb(118,247,77); }
H1.HeaderClassName
{
color: #76F74D;
}
.AnyTagClassName
{
color: #76F74D;
}
</style>
background-color css
<style>
a { background-color: #76F74D; }
a { background-color: rgb(118,247,77); }
div.DivClassName
{
background-color: #76F74D;
}
.BgClassName
{
background-color: #76F74D;
}
</style>
border-color css
<style>
span { border-color: #76F74D; }
span { border-color: rgb(118,247,77); }
td.TdClassName
{
border-color: #76F74D;
}
.TagClassName
{
border-color: #76F74D;
}
</style>