Shades of Screamin' Green #4DFB70
Tints of Screamin' Green #4DFB70
RGB
CMYK
RGB Variations
Color information
#4DFB70 (or 0x4DFB70) is known color: Screamin' Green. HEX triplet: 4D, FB and 70. RGB value is (77,251,112). Sum of RGB (Red+Green+Blue) = 77+251+112=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DFB70 is #B2048F. Grayscale: #B7B7B7. Windows color (decimal): -11666576 or 7404365. OLE color: 7404365.
HSL color Cylindrical-coordinate representation of color #4DFB70: hue angle of 132.07º 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 #4DFB70 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 112 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.02 |
| HSL | 132.07º | 0.96% | 0.64% | - |
| HSV(B) | 132.07º | 0.69% | 0.98% | - |
| XYZ | 40.48 | 71.74 | 27.04 | - |
| YUV | 183.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 112 | 0.69 | 0 | 0.55 | 0.02 | 132.07 | 0.96 | 0.64 |
| Hex | 4D | FB | 70 | 45 | 0 | 37 | 2 | 84 | 60 | 40 |
| Octal | 115 | 373 | 160 | 105 | 0 | 67 | 2 | 204 | 140 | 100 |
| Binary | 1001101 | 11111011 | 1110000 | 1000101 | 0 | 110111 | 10 | 10000100 | 1100000 | 1000000 |
Color Harmonies of #4DFB70
Complementary color
Monochromatic Colors of #4DFB70
Black with #4DFB70
Text Example
Text Example
White with #4DFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB70; }
p { color: rgb(77,251,112); }
H1.HeaderClassName
{
color: #4DFB70;
}
.AnyTagClassName
{
color: #4DFB70;
}
</style>
background-color css
<style>
a { background-color: #4DFB70; }
a { background-color: rgb(77,251,112); }
div.DivClassName
{
background-color: #4DFB70;
}
.BgClassName
{
background-color: #4DFB70;
}
</style>
border-color css
<style>
span { border-color: #4DFB70; }
span { border-color: rgb(77,251,112); }
td.TdClassName
{
border-color: #4DFB70;
}
.TagClassName
{
border-color: #4DFB70;
}
</style>