Shades of Screamin' Green #4AF049
Tints of Screamin' Green #4AF049
RGB
CMYK
RGB Variations
Color information
#4AF049 (or 0x4AF049) is known color: Screamin' Green. HEX triplet: 4A, F0 and 49. RGB value is (74,240,73). Sum of RGB (Red+Green+Blue) = 74+240+73=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF049 is #B50FB6. Grayscale: #ABABAB. Windows color (decimal): -11866039 or 4845642. OLE color: 4845642.
HSL color Cylindrical-coordinate representation of color #4AF049: hue angle of 119.64º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF049 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 73 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.06 |
| HSL | 119.64º | 0.85% | 0.61% | - |
| HSV(B) | 119.64º | 0.7% | 0.94% | - |
| XYZ | 35.19 | 64.26 | 16.85 | - |
| YUV | 171.33 | 72.5 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 73 | 0.69 | 0 | 0.70 | 0.06 | 119.64 | 0.85 | 0.61 |
| Hex | 4A | F0 | 49 | 45 | 0 | 46 | 6 | 78 | 55 | 3D |
| Octal | 112 | 360 | 111 | 105 | 0 | 106 | 6 | 170 | 125 | 75 |
| Binary | 1001010 | 11110000 | 1001001 | 1000101 | 0 | 1000110 | 110 | 1111000 | 1010101 | 111101 |
Color Harmonies of #4AF049
Complementary color
Monochromatic Colors of #4AF049
Black with #4AF049
Text Example
Text Example
White with #4AF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF049; }
p { color: rgb(74,240,73); }
H1.HeaderClassName
{
color: #4AF049;
}
.AnyTagClassName
{
color: #4AF049;
}
</style>
background-color css
<style>
a { background-color: #4AF049; }
a { background-color: rgb(74,240,73); }
div.DivClassName
{
background-color: #4AF049;
}
.BgClassName
{
background-color: #4AF049;
}
</style>
border-color css
<style>
span { border-color: #4AF049; }
span { border-color: rgb(74,240,73); }
td.TdClassName
{
border-color: #4AF049;
}
.TagClassName
{
border-color: #4AF049;
}
</style>