Shades of Screamin' Green #4AF55E
Tints of Screamin' Green #4AF55E
RGB
CMYK
RGB Variations
Color information
#4AF55E (or 0x4AF55E) is known color: Screamin' Green. HEX triplet: 4A, F5 and 5E. RGB value is (74,245,94). Sum of RGB (Red+Green+Blue) = 74+245+94=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF55E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF55E is #B50AA1. Grayscale: #B1B1B1. Windows color (decimal): -11864738 or 6223178. OLE color: 6223178.
HSL color Cylindrical-coordinate representation of color #4AF55E: hue angle of 127.02º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF55E is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 94 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.04 |
| HSL | 127.02º | 0.9% | 0.63% | - |
| HSV(B) | 127.02º | 0.7% | 0.96% | - |
| XYZ | 37.5 | 67.57 | 21.66 | - |
| YUV | 176.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 94 | 0.70 | 0 | 0.62 | 0.04 | 127.02 | 0.9 | 0.63 |
| Hex | 4A | F5 | 5E | 46 | 0 | 3E | 4 | 7F | 5A | 3F |
| Octal | 112 | 365 | 136 | 106 | 0 | 76 | 4 | 177 | 132 | 77 |
| Binary | 1001010 | 11110101 | 1011110 | 1000110 | 0 | 111110 | 100 | 1111111 | 1011010 | 111111 |
Color Harmonies of #4AF55E
Complementary color
Monochromatic Colors of #4AF55E
Black with #4AF55E
Text Example
Text Example
White with #4AF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF55E; }
p { color: rgb(74,245,94); }
H1.HeaderClassName
{
color: #4AF55E;
}
.AnyTagClassName
{
color: #4AF55E;
}
</style>
background-color css
<style>
a { background-color: #4AF55E; }
a { background-color: rgb(74,245,94); }
div.DivClassName
{
background-color: #4AF55E;
}
.BgClassName
{
background-color: #4AF55E;
}
</style>
border-color css
<style>
span { border-color: #4AF55E; }
span { border-color: rgb(74,245,94); }
td.TdClassName
{
border-color: #4AF55E;
}
.TagClassName
{
border-color: #4AF55E;
}
</style>