Shades of Screamin' Green #76FC7D
Tints of Screamin' Green #76FC7D
RGB
CMYK
RGB Variations
Color information
#76FC7D (or 0x76FC7D) is known color: Screamin' Green. HEX triplet: 76, FC and 7D. RGB value is (118,252,125). Sum of RGB (Red+Green+Blue) = 118+252+125=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #76FC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FC7D is #890382. Grayscale: #C5C5C5. Windows color (decimal): -8979331 or 8256630. OLE color: 8256630.
HSL color Cylindrical-coordinate representation of color #76FC7D: hue angle of 123.13º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FC7D is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 125 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.01 |
| HSL | 123.13º | 0.96% | 0.73% | - |
| HSV(B) | 123.13º | 0.53% | 0.99% | - |
| XYZ | 45.98 | 74.95 | 31.45 | - |
| YUV | 197.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 125 | 0.53 | 0 | 0.50 | 0.01 | 123.13 | 0.96 | 0.73 |
| Hex | 76 | FC | 7D | 35 | 0 | 32 | 1 | 7B | 60 | 49 |
| Octal | 166 | 374 | 175 | 65 | 0 | 62 | 1 | 173 | 140 | 111 |
| Binary | 1110110 | 11111100 | 1111101 | 110101 | 0 | 110010 | 1 | 1111011 | 1100000 | 1001001 |
Color Harmonies of #76FC7D
Complementary color
Monochromatic Colors of #76FC7D
Black with #76FC7D
Text Example
Text Example
White with #76FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FC7D; }
p { color: rgb(118,252,125); }
H1.HeaderClassName
{
color: #76FC7D;
}
.AnyTagClassName
{
color: #76FC7D;
}
</style>
background-color css
<style>
a { background-color: #76FC7D; }
a { background-color: rgb(118,252,125); }
div.DivClassName
{
background-color: #76FC7D;
}
.BgClassName
{
background-color: #76FC7D;
}
</style>
border-color css
<style>
span { border-color: #76FC7D; }
span { border-color: rgb(118,252,125); }
td.TdClassName
{
border-color: #76FC7D;
}
.TagClassName
{
border-color: #76FC7D;
}
</style>