Shades of Screamin' Green #4DFB80
Tints of Screamin' Green #4DFB80
RGB
CMYK
RGB Variations
Color information
#4DFB80 (or 0x4DFB80) is known color: Screamin' Green. HEX triplet: 4D, FB and 80. RGB value is (77,251,128). Sum of RGB (Red+Green+Blue) = 77+251+128=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB80 is #B2047F. Grayscale: #B9B9B9. Windows color (decimal): -11666560 or 8452941. OLE color: 8452941.
HSL color Cylindrical-coordinate representation of color #4DFB80: hue angle of 137.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFB80 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 128 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.02 |
| HSL | 137.59º | 0.96% | 0.64% | - |
| HSV(B) | 137.59º | 0.69% | 0.98% | - |
| XYZ | 41.45 | 72.13 | 32.16 | - |
| YUV | 184.95 | 95.85 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 128 | 0.69 | 0 | 0.49 | 0.02 | 137.59 | 0.96 | 0.64 |
| Hex | 4D | FB | 80 | 45 | 0 | 31 | 2 | 8A | 60 | 40 |
| Octal | 115 | 373 | 200 | 105 | 0 | 61 | 2 | 212 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10000000 | 1000101 | 0 | 110001 | 10 | 10001010 | 1100000 | 1000000 |
Color Harmonies of #4DFB80
Complementary color
Monochromatic Colors of #4DFB80
Black with #4DFB80
Text Example
Text Example
White with #4DFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB80; }
p { color: rgb(77,251,128); }
H1.HeaderClassName
{
color: #4DFB80;
}
.AnyTagClassName
{
color: #4DFB80;
}
</style>
background-color css
<style>
a { background-color: #4DFB80; }
a { background-color: rgb(77,251,128); }
div.DivClassName
{
background-color: #4DFB80;
}
.BgClassName
{
background-color: #4DFB80;
}
</style>
border-color css
<style>
span { border-color: #4DFB80; }
span { border-color: rgb(77,251,128); }
td.TdClassName
{
border-color: #4DFB80;
}
.TagClassName
{
border-color: #4DFB80;
}
</style>