Shades of Screamin' Green #4AF97A
Tints of Screamin' Green #4AF97A
RGB
CMYK
RGB Variations
Color information
#4AF97A (or 0x4AF97A) is known color: Screamin' Green. HEX triplet: 4A, F9 and 7A. RGB value is (74,249,122). Sum of RGB (Red+Green+Blue) = 74+249+122=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF97A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF97A is #B50685. Grayscale: #B6B6B6. Windows color (decimal): -11863686 or 8059210. OLE color: 8059210.
HSL color Cylindrical-coordinate representation of color #4AF97A: hue angle of 136.46º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF97A is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 122 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.02 |
| HSL | 136.46º | 0.94% | 0.63% | - |
| HSV(B) | 136.46º | 0.7% | 0.98% | - |
| XYZ | 40.21 | 70.61 | 29.92 | - |
| YUV | 182.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 122 | 0.70 | 0 | 0.51 | 0.02 | 136.46 | 0.94 | 0.63 |
| Hex | 4A | F9 | 7A | 46 | 0 | 33 | 2 | 88 | 5E | 3F |
| Octal | 112 | 371 | 172 | 106 | 0 | 63 | 2 | 210 | 136 | 77 |
| Binary | 1001010 | 11111001 | 1111010 | 1000110 | 0 | 110011 | 10 | 10001000 | 1011110 | 111111 |
Color Harmonies of #4AF97A
Complementary color
Monochromatic Colors of #4AF97A
Black with #4AF97A
Text Example
Text Example
White with #4AF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF97A; }
p { color: rgb(74,249,122); }
H1.HeaderClassName
{
color: #4AF97A;
}
.AnyTagClassName
{
color: #4AF97A;
}
</style>
background-color css
<style>
a { background-color: #4AF97A; }
a { background-color: rgb(74,249,122); }
div.DivClassName
{
background-color: #4AF97A;
}
.BgClassName
{
background-color: #4AF97A;
}
</style>
border-color css
<style>
span { border-color: #4AF97A; }
span { border-color: rgb(74,249,122); }
td.TdClassName
{
border-color: #4AF97A;
}
.TagClassName
{
border-color: #4AF97A;
}
</style>