Shades of Screamin' Green #4AF05E
Tints of Screamin' Green #4AF05E
RGB
CMYK
RGB Variations
Color information
#4AF05E (or 0x4AF05E) is known color: Screamin' Green. HEX triplet: 4A, F0 and 5E. RGB value is (74,240,94). Sum of RGB (Red+Green+Blue) = 74+240+94=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF05E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF05E is #B50FA1. Grayscale: #AEAEAE. Windows color (decimal): -11866018 or 6221898. OLE color: 6221898.
HSL color Cylindrical-coordinate representation of color #4AF05E: hue angle of 127.23º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF05E is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 94 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.06 |
| HSL | 127.23º | 0.85% | 0.62% | - |
| HSV(B) | 127.23º | 0.69% | 0.94% | - |
| XYZ | 36 | 64.58 | 21.16 | - |
| YUV | 173.72 | 83 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 94 | 0.69 | 0 | 0.61 | 0.06 | 127.23 | 0.85 | 0.62 |
| Hex | 4A | F0 | 5E | 45 | 0 | 3D | 6 | 7F | 55 | 3E |
| Octal | 112 | 360 | 136 | 105 | 0 | 75 | 6 | 177 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1011110 | 1000101 | 0 | 111101 | 110 | 1111111 | 1010101 | 111110 |
Color Harmonies of #4AF05E
Complementary color
Monochromatic Colors of #4AF05E
Black with #4AF05E
Text Example
Text Example
White with #4AF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF05E; }
p { color: rgb(74,240,94); }
H1.HeaderClassName
{
color: #4AF05E;
}
.AnyTagClassName
{
color: #4AF05E;
}
</style>
background-color css
<style>
a { background-color: #4AF05E; }
a { background-color: rgb(74,240,94); }
div.DivClassName
{
background-color: #4AF05E;
}
.BgClassName
{
background-color: #4AF05E;
}
</style>
border-color css
<style>
span { border-color: #4AF05E; }
span { border-color: rgb(74,240,94); }
td.TdClassName
{
border-color: #4AF05E;
}
.TagClassName
{
border-color: #4AF05E;
}
</style>