Shades of Screamin' Green #4AF45E
Tints of Screamin' Green #4AF45E
RGB
CMYK
RGB Variations
Color information
#4AF45E (or 0x4AF45E) is known color: Screamin' Green. HEX triplet: 4A, F4 and 5E. RGB value is (74,244,94). Sum of RGB (Red+Green+Blue) = 74+244+94=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 244 (95.70% from 255 or 59.22% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF45E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF45E is #B50BA1. Grayscale: #B0B0B0. Windows color (decimal): -11864994 or 6222922. OLE color: 6222922.
HSL color Cylindrical-coordinate representation of color #4AF45E: hue angle of 127.06º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF45E is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 94 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.04 |
| HSL | 127.06º | 0.89% | 0.62% | - |
| HSV(B) | 127.06º | 0.7% | 0.96% | - |
| XYZ | 37.2 | 66.97 | 21.55 | - |
| YUV | 176.07 | 81.68 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 94 | 0.70 | 0 | 0.61 | 0.04 | 127.06 | 0.89 | 0.62 |
| Hex | 4A | F4 | 5E | 46 | 0 | 3D | 4 | 7F | 59 | 3E |
| Octal | 112 | 364 | 136 | 106 | 0 | 75 | 4 | 177 | 131 | 76 |
| Binary | 1001010 | 11110100 | 1011110 | 1000110 | 0 | 111101 | 100 | 1111111 | 1011001 | 111110 |
Color Harmonies of #4AF45E
Complementary color
Monochromatic Colors of #4AF45E
Black with #4AF45E
Text Example
Text Example
White with #4AF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF45E; }
p { color: rgb(74,244,94); }
H1.HeaderClassName
{
color: #4AF45E;
}
.AnyTagClassName
{
color: #4AF45E;
}
</style>
background-color css
<style>
a { background-color: #4AF45E; }
a { background-color: rgb(74,244,94); }
div.DivClassName
{
background-color: #4AF45E;
}
.BgClassName
{
background-color: #4AF45E;
}
</style>
border-color css
<style>
span { border-color: #4AF45E; }
span { border-color: rgb(74,244,94); }
td.TdClassName
{
border-color: #4AF45E;
}
.TagClassName
{
border-color: #4AF45E;
}
</style>