Shades of Screamin' Green #4AF056
Tints of Screamin' Green #4AF056
RGB
CMYK
RGB Variations
Color information
#4AF056 (or 0x4AF056) is known color: Screamin' Green. HEX triplet: 4A, F0 and 56. RGB value is (74,240,86). Sum of RGB (Red+Green+Blue) = 74+240+86=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF056 is #B50FA9. Grayscale: #ADADAD. Windows color (decimal): -11866026 or 5697610. OLE color: 5697610.
HSL color Cylindrical-coordinate representation of color #4AF056: hue angle of 124.34º 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 #4AF056 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 86 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.06 |
| HSL | 124.34º | 0.85% | 0.62% | - |
| HSV(B) | 124.34º | 0.69% | 0.94% | - |
| XYZ | 35.66 | 64.45 | 19.36 | - |
| YUV | 172.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 86 | 0.69 | 0 | 0.64 | 0.06 | 124.34 | 0.85 | 0.62 |
| Hex | 4A | F0 | 56 | 45 | 0 | 40 | 6 | 7C | 55 | 3E |
| Octal | 112 | 360 | 126 | 105 | 0 | 100 | 6 | 174 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1010110 | 1000101 | 0 | 1000000 | 110 | 1111100 | 1010101 | 111110 |
Color Harmonies of #4AF056
Complementary color
Monochromatic Colors of #4AF056
Black with #4AF056
Text Example
Text Example
White with #4AF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF056; }
p { color: rgb(74,240,86); }
H1.HeaderClassName
{
color: #4AF056;
}
.AnyTagClassName
{
color: #4AF056;
}
</style>
background-color css
<style>
a { background-color: #4AF056; }
a { background-color: rgb(74,240,86); }
div.DivClassName
{
background-color: #4AF056;
}
.BgClassName
{
background-color: #4AF056;
}
</style>
border-color css
<style>
span { border-color: #4AF056; }
span { border-color: rgb(74,240,86); }
td.TdClassName
{
border-color: #4AF056;
}
.TagClassName
{
border-color: #4AF056;
}
</style>