Shades of Screamin' Green #76FA7C
Tints of Screamin' Green #76FA7C
RGB
CMYK
RGB Variations
Color information
#76FA7C (or 0x76FA7C) is known color: Screamin' Green. HEX triplet: 76, FA and 7C. RGB value is (118,250,124). Sum of RGB (Red+Green+Blue) = 118+250+124=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FA7C is #890583. Grayscale: #C4C4C4. Windows color (decimal): -8979844 or 8190582. OLE color: 8190582.
HSL color Cylindrical-coordinate representation of color #76FA7C: hue angle of 122.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FA7C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 124 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.02 |
| HSL | 122.73º | 0.93% | 0.72% | - |
| HSV(B) | 122.73º | 0.53% | 0.98% | - |
| XYZ | 45.29 | 73.68 | 30.9 | - |
| YUV | 196.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 124 | 0.53 | 0 | 0.50 | 0.02 | 122.73 | 0.93 | 0.72 |
| Hex | 76 | FA | 7C | 35 | 0 | 32 | 2 | 7B | 5D | 48 |
| Octal | 166 | 372 | 174 | 65 | 0 | 62 | 2 | 173 | 135 | 110 |
| Binary | 1110110 | 11111010 | 1111100 | 110101 | 0 | 110010 | 10 | 1111011 | 1011101 | 1001000 |
Color Harmonies of #76FA7C
Complementary color
Monochromatic Colors of #76FA7C
Black with #76FA7C
Text Example
Text Example
White with #76FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA7C; }
p { color: rgb(118,250,124); }
H1.HeaderClassName
{
color: #76FA7C;
}
.AnyTagClassName
{
color: #76FA7C;
}
</style>
background-color css
<style>
a { background-color: #76FA7C; }
a { background-color: rgb(118,250,124); }
div.DivClassName
{
background-color: #76FA7C;
}
.BgClassName
{
background-color: #76FA7C;
}
</style>
border-color css
<style>
span { border-color: #76FA7C; }
span { border-color: rgb(118,250,124); }
td.TdClassName
{
border-color: #76FA7C;
}
.TagClassName
{
border-color: #76FA7C;
}
</style>