Shades of Screamin' Green #4DFC76
Tints of Screamin' Green #4DFC76
RGB
CMYK
RGB Variations
Color information
#4DFC76 (or 0x4DFC76) is known color: Screamin' Green. HEX triplet: 4D, FC and 76. RGB value is (77,252,118). Sum of RGB (Red+Green+Blue) = 77+252+118=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DFC76 is #B20389. Grayscale: #B8B8B8. Windows color (decimal): -11666314 or 7797837. OLE color: 7797837.
HSL color Cylindrical-coordinate representation of color #4DFC76: hue angle of 134.06º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFC76 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 118 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.01 |
| HSL | 134.06º | 0.97% | 0.65% | - |
| HSV(B) | 134.06º | 0.69% | 0.99% | - |
| XYZ | 41.14 | 72.51 | 28.97 | - |
| YUV | 184.4 | 90.52 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 118 | 0.69 | 0 | 0.53 | 0.01 | 134.06 | 0.97 | 0.65 |
| Hex | 4D | FC | 76 | 45 | 0 | 35 | 1 | 86 | 61 | 41 |
| Octal | 115 | 374 | 166 | 105 | 0 | 65 | 1 | 206 | 141 | 101 |
| Binary | 1001101 | 11111100 | 1110110 | 1000101 | 0 | 110101 | 1 | 10000110 | 1100001 | 1000001 |
Color Harmonies of #4DFC76
Complementary color
Monochromatic Colors of #4DFC76
Black with #4DFC76
Text Example
Text Example
White with #4DFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC76; }
p { color: rgb(77,252,118); }
H1.HeaderClassName
{
color: #4DFC76;
}
.AnyTagClassName
{
color: #4DFC76;
}
</style>
background-color css
<style>
a { background-color: #4DFC76; }
a { background-color: rgb(77,252,118); }
div.DivClassName
{
background-color: #4DFC76;
}
.BgClassName
{
background-color: #4DFC76;
}
</style>
border-color css
<style>
span { border-color: #4DFC76; }
span { border-color: rgb(77,252,118); }
td.TdClassName
{
border-color: #4DFC76;
}
.TagClassName
{
border-color: #4DFC76;
}
</style>