Shades of Screamin' Green #4AF87A
Tints of Screamin' Green #4AF87A
RGB
CMYK
RGB Variations
Color information
#4AF87A (or 0x4AF87A) is known color: Screamin' Green. HEX triplet: 4A, F8 and 7A. RGB value is (74,248,122). Sum of RGB (Red+Green+Blue) = 74+248+122=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF87A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF87A is #B50785. Grayscale: #B5B5B5. Windows color (decimal): -11863942 or 8058954. OLE color: 8058954.
HSL color Cylindrical-coordinate representation of color #4AF87A: hue angle of 136.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF87A is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 122 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.03 |
| HSL | 136.55º | 0.93% | 0.63% | - |
| HSV(B) | 136.55º | 0.7% | 0.97% | - |
| XYZ | 39.9 | 70 | 29.82 | - |
| YUV | 181.61 | 94.35 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 122 | 0.70 | 0 | 0.51 | 0.03 | 136.55 | 0.93 | 0.63 |
| Hex | 4A | F8 | 7A | 46 | 0 | 33 | 3 | 89 | 5D | 3F |
| Octal | 112 | 370 | 172 | 106 | 0 | 63 | 3 | 211 | 135 | 77 |
| Binary | 1001010 | 11111000 | 1111010 | 1000110 | 0 | 110011 | 11 | 10001001 | 1011101 | 111111 |
Color Harmonies of #4AF87A
Complementary color
Monochromatic Colors of #4AF87A
Black with #4AF87A
Text Example
Text Example
White with #4AF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF87A; }
p { color: rgb(74,248,122); }
H1.HeaderClassName
{
color: #4AF87A;
}
.AnyTagClassName
{
color: #4AF87A;
}
</style>
background-color css
<style>
a { background-color: #4AF87A; }
a { background-color: rgb(74,248,122); }
div.DivClassName
{
background-color: #4AF87A;
}
.BgClassName
{
background-color: #4AF87A;
}
</style>
border-color css
<style>
span { border-color: #4AF87A; }
span { border-color: rgb(74,248,122); }
td.TdClassName
{
border-color: #4AF87A;
}
.TagClassName
{
border-color: #4AF87A;
}
</style>