Shades of Screamin' Green #4EFC70
Tints of Screamin' Green #4EFC70
RGB
CMYK
RGB Variations
Color information
#4EFC70 (or 0x4EFC70) is known color: Screamin' Green. HEX triplet: 4E, FC and 70. RGB value is (78,252,112). Sum of RGB (Red+Green+Blue) = 78+252+112=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EFC70 is #B1038F. Grayscale: #B8B8B8. Windows color (decimal): -11600784 or 7404622. OLE color: 7404622.
HSL color Cylindrical-coordinate representation of color #4EFC70: hue angle of 131.72º 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 #4EFC70 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 112 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.01 |
| HSL | 131.72º | 0.97% | 0.65% | - |
| HSV(B) | 131.72º | 0.69% | 0.99% | - |
| XYZ | 40.88 | 72.41 | 27.15 | - |
| YUV | 184.01 | 87.35 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 112 | 0.69 | 0 | 0.56 | 0.01 | 131.72 | 0.97 | 0.65 |
| Hex | 4E | FC | 70 | 45 | 0 | 38 | 1 | 84 | 61 | 41 |
| Octal | 116 | 374 | 160 | 105 | 0 | 70 | 1 | 204 | 141 | 101 |
| Binary | 1001110 | 11111100 | 1110000 | 1000101 | 0 | 111000 | 1 | 10000100 | 1100001 | 1000001 |
Color Harmonies of #4EFC70
Complementary color
Monochromatic Colors of #4EFC70
Black with #4EFC70
Text Example
Text Example
White with #4EFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC70; }
p { color: rgb(78,252,112); }
H1.HeaderClassName
{
color: #4EFC70;
}
.AnyTagClassName
{
color: #4EFC70;
}
</style>
background-color css
<style>
a { background-color: #4EFC70; }
a { background-color: rgb(78,252,112); }
div.DivClassName
{
background-color: #4EFC70;
}
.BgClassName
{
background-color: #4EFC70;
}
</style>
border-color css
<style>
span { border-color: #4EFC70; }
span { border-color: rgb(78,252,112); }
td.TdClassName
{
border-color: #4EFC70;
}
.TagClassName
{
border-color: #4EFC70;
}
</style>