Shades of Screamin' Green #4AF574
Tints of Screamin' Green #4AF574
RGB
CMYK
RGB Variations
Color information
#4AF574 (or 0x4AF574) is known color: Screamin' Green. HEX triplet: 4A, F5 and 74. RGB value is (74,245,116). Sum of RGB (Red+Green+Blue) = 74+245+116=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF574 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF574 is #B50A8B. Grayscale: #B3B3B3. Windows color (decimal): -11864716 or 7664970. OLE color: 7664970.
HSL color Cylindrical-coordinate representation of color #4AF574: hue angle of 134.74º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF574 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 116 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.04 |
| HSL | 134.74º | 0.9% | 0.63% | - |
| HSV(B) | 134.74º | 0.7% | 0.96% | - |
| XYZ | 38.63 | 68.02 | 27.62 | - |
| YUV | 179.17 | 92.35 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 116 | 0.70 | 0 | 0.53 | 0.04 | 134.74 | 0.9 | 0.63 |
| Hex | 4A | F5 | 74 | 46 | 0 | 35 | 4 | 87 | 5A | 3F |
| Octal | 112 | 365 | 164 | 106 | 0 | 65 | 4 | 207 | 132 | 77 |
| Binary | 1001010 | 11110101 | 1110100 | 1000110 | 0 | 110101 | 100 | 10000111 | 1011010 | 111111 |
Color Harmonies of #4AF574
Complementary color
Monochromatic Colors of #4AF574
Black with #4AF574
Text Example
Text Example
White with #4AF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF574; }
p { color: rgb(74,245,116); }
H1.HeaderClassName
{
color: #4AF574;
}
.AnyTagClassName
{
color: #4AF574;
}
</style>
background-color css
<style>
a { background-color: #4AF574; }
a { background-color: rgb(74,245,116); }
div.DivClassName
{
background-color: #4AF574;
}
.BgClassName
{
background-color: #4AF574;
}
</style>
border-color css
<style>
span { border-color: #4AF574; }
span { border-color: rgb(74,245,116); }
td.TdClassName
{
border-color: #4AF574;
}
.TagClassName
{
border-color: #4AF574;
}
</style>