Shades of Screamin' Green #4AF96E
Tints of Screamin' Green #4AF96E
RGB
CMYK
RGB Variations
Color information
#4AF96E (or 0x4AF96E) is known color: Screamin' Green. HEX triplet: 4A, F9 and 6E. RGB value is (74,249,110). Sum of RGB (Red+Green+Blue) = 74+249+110=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF96E is #B50691. Grayscale: #B5B5B5. Windows color (decimal): -11863698 or 7272778. OLE color: 7272778.
HSL color Cylindrical-coordinate representation of color #4AF96E: hue angle of 132.34º 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 #4AF96E is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 110 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.02 |
| HSL | 132.34º | 0.94% | 0.63% | - |
| HSV(B) | 132.34º | 0.7% | 0.98% | - |
| XYZ | 39.51 | 70.33 | 26.24 | - |
| YUV | 180.83 | 88.02 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 110 | 0.70 | 0 | 0.56 | 0.02 | 132.34 | 0.94 | 0.63 |
| Hex | 4A | F9 | 6E | 46 | 0 | 38 | 2 | 84 | 5E | 3F |
| Octal | 112 | 371 | 156 | 106 | 0 | 70 | 2 | 204 | 136 | 77 |
| Binary | 1001010 | 11111001 | 1101110 | 1000110 | 0 | 111000 | 10 | 10000100 | 1011110 | 111111 |
Color Harmonies of #4AF96E
Complementary color
Monochromatic Colors of #4AF96E
Black with #4AF96E
Text Example
Text Example
White with #4AF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF96E; }
p { color: rgb(74,249,110); }
H1.HeaderClassName
{
color: #4AF96E;
}
.AnyTagClassName
{
color: #4AF96E;
}
</style>
background-color css
<style>
a { background-color: #4AF96E; }
a { background-color: rgb(74,249,110); }
div.DivClassName
{
background-color: #4AF96E;
}
.BgClassName
{
background-color: #4AF96E;
}
</style>
border-color css
<style>
span { border-color: #4AF96E; }
span { border-color: rgb(74,249,110); }
td.TdClassName
{
border-color: #4AF96E;
}
.TagClassName
{
border-color: #4AF96E;
}
</style>