Shades of Screamin' Green #4EFB70
Tints of Screamin' Green #4EFB70
RGB
CMYK
RGB Variations
Color information
#4EFB70 (or 0x4EFB70) is known color: Screamin' Green. HEX triplet: 4E, FB and 70. RGB value is (78,251,112). Sum of RGB (Red+Green+Blue) = 78+251+112=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EFB70 is #B1048F. Grayscale: #B7B7B7. Windows color (decimal): -11601040 or 7404366. OLE color: 7404366.
HSL color Cylindrical-coordinate representation of color #4EFB70: hue angle of 131.79º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFB70 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 251 | 112 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.02 |
| HSL | 131.79º | 0.96% | 0.65% | - |
| HSV(B) | 131.79º | 0.69% | 0.98% | - |
| XYZ | 40.56 | 71.78 | 27.05 | - |
| YUV | 183.43 | 87.69 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 251 | 112 | 0.69 | 0 | 0.55 | 0.02 | 131.79 | 0.96 | 0.65 |
| Hex | 4E | FB | 70 | 45 | 0 | 37 | 2 | 84 | 60 | 41 |
| Octal | 116 | 373 | 160 | 105 | 0 | 67 | 2 | 204 | 140 | 101 |
| Binary | 1001110 | 11111011 | 1110000 | 1000101 | 0 | 110111 | 10 | 10000100 | 1100000 | 1000001 |
Color Harmonies of #4EFB70
Complementary color
Monochromatic Colors of #4EFB70
Black with #4EFB70
Text Example
Text Example
White with #4EFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFB70; }
p { color: rgb(78,251,112); }
H1.HeaderClassName
{
color: #4EFB70;
}
.AnyTagClassName
{
color: #4EFB70;
}
</style>
background-color css
<style>
a { background-color: #4EFB70; }
a { background-color: rgb(78,251,112); }
div.DivClassName
{
background-color: #4EFB70;
}
.BgClassName
{
background-color: #4EFB70;
}
</style>
border-color css
<style>
span { border-color: #4EFB70; }
span { border-color: rgb(78,251,112); }
td.TdClassName
{
border-color: #4EFB70;
}
.TagClassName
{
border-color: #4EFB70;
}
</style>