Shades of Screamin' Green #4EFF4A
Tints of Screamin' Green #4EFF4A
RGB
CMYK
RGB Variations
Color information
#4EFF4A (or 0x4EFF4A) is known color: Screamin' Green. HEX triplet: 4E, FF and 4A. RGB value is (78,255,74). Sum of RGB (Red+Green+Blue) = 78+255+74=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF4A is #B100B5. Grayscale: #B5B5B5. Windows color (decimal): -11600054 or 4915022. OLE color: 4915022.
HSL color Cylindrical-coordinate representation of color #4EFF4A: hue angle of 118.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EFF4A is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 74 | - |
| CMYK | 0.69 | 0 | 0.71 | 0 |
| HSL | 118.67º | 1% | 0.65% | - |
| HSV(B) | 118.67º | 0.71% | 1% | - |
| XYZ | 40.14 | 73.63 | 18.58 | - |
| YUV | 181.44 | 67.36 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 74 | 0.69 | 0 | 0.71 | 0 | 118.67 | 1 | 0.65 |
| Hex | 4E | FF | 4A | 45 | 0 | 47 | 0 | 77 | 64 | 41 |
| Octal | 116 | 377 | 112 | 105 | 0 | 107 | 0 | 167 | 144 | 101 |
| Binary | 1001110 | 11111111 | 1001010 | 1000101 | 0 | 1000111 | 0 | 1110111 | 1100100 | 1000001 |
Color Harmonies of #4EFF4A
Complementary color
Monochromatic Colors of #4EFF4A
Black with #4EFF4A
Text Example
Text Example
White with #4EFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF4A; }
p { color: rgb(78,255,74); }
H1.HeaderClassName
{
color: #4EFF4A;
}
.AnyTagClassName
{
color: #4EFF4A;
}
</style>
background-color css
<style>
a { background-color: #4EFF4A; }
a { background-color: rgb(78,255,74); }
div.DivClassName
{
background-color: #4EFF4A;
}
.BgClassName
{
background-color: #4EFF4A;
}
</style>
border-color css
<style>
span { border-color: #4EFF4A; }
span { border-color: rgb(78,255,74); }
td.TdClassName
{
border-color: #4EFF4A;
}
.TagClassName
{
border-color: #4EFF4A;
}
</style>