Shades of Screamin' Green #4AF35E
Tints of Screamin' Green #4AF35E
RGB
CMYK
RGB Variations
Color information
#4AF35E (or 0x4AF35E) is known color: Screamin' Green. HEX triplet: 4A, F3 and 5E. RGB value is (74,243,94). Sum of RGB (Red+Green+Blue) = 74+243+94=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF35E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF35E is #B50CA1. Grayscale: #AFAFAF. Windows color (decimal): -11865250 or 6222666. OLE color: 6222666.
HSL color Cylindrical-coordinate representation of color #4AF35E: hue angle of 127.1º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF35E is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 94 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.05 |
| HSL | 127.1º | 0.88% | 0.62% | - |
| HSV(B) | 127.1º | 0.7% | 0.95% | - |
| XYZ | 36.9 | 66.37 | 21.45 | - |
| YUV | 175.48 | 82.01 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 94 | 0.70 | 0 | 0.61 | 0.05 | 127.1 | 0.88 | 0.62 |
| Hex | 4A | F3 | 5E | 46 | 0 | 3D | 5 | 7F | 58 | 3E |
| Octal | 112 | 363 | 136 | 106 | 0 | 75 | 5 | 177 | 130 | 76 |
| Binary | 1001010 | 11110011 | 1011110 | 1000110 | 0 | 111101 | 101 | 1111111 | 1011000 | 111110 |
Color Harmonies of #4AF35E
Complementary color
Monochromatic Colors of #4AF35E
Black with #4AF35E
Text Example
Text Example
White with #4AF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF35E; }
p { color: rgb(74,243,94); }
H1.HeaderClassName
{
color: #4AF35E;
}
.AnyTagClassName
{
color: #4AF35E;
}
</style>
background-color css
<style>
a { background-color: #4AF35E; }
a { background-color: rgb(74,243,94); }
div.DivClassName
{
background-color: #4AF35E;
}
.BgClassName
{
background-color: #4AF35E;
}
</style>
border-color css
<style>
span { border-color: #4AF35E; }
span { border-color: rgb(74,243,94); }
td.TdClassName
{
border-color: #4AF35E;
}
.TagClassName
{
border-color: #4AF35E;
}
</style>