Shades of Screamin' Green #4AED5A
Tints of Screamin' Green #4AED5A
RGB
CMYK
RGB Variations
Color information
#4AED5A (or 0x4AED5A) is known color: Screamin' Green. HEX triplet: 4A, ED and 5A. RGB value is (74,237,90). Sum of RGB (Red+Green+Blue) = 74+237+90=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AED5A is #B512A5. Grayscale: #ABABAB. Windows color (decimal): -11866790 or 5958986. OLE color: 5958986.
HSL color Cylindrical-coordinate representation of color #4AED5A: hue angle of 125.89º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AED5A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 90 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.07 |
| HSL | 125.89º | 0.82% | 0.61% | - |
| HSV(B) | 125.89º | 0.69% | 0.93% | - |
| XYZ | 34.95 | 62.76 | 19.94 | - |
| YUV | 171.51 | 82 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 90 | 0.69 | 0 | 0.62 | 0.07 | 125.89 | 0.82 | 0.61 |
| Hex | 4A | ED | 5A | 45 | 0 | 3E | 7 | 7E | 52 | 3D |
| Octal | 112 | 355 | 132 | 105 | 0 | 76 | 7 | 176 | 122 | 75 |
| Binary | 1001010 | 11101101 | 1011010 | 1000101 | 0 | 111110 | 111 | 1111110 | 1010010 | 111101 |
Color Harmonies of #4AED5A
Complementary color
Monochromatic Colors of #4AED5A
Black with #4AED5A
Text Example
Text Example
White with #4AED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AED5A; }
p { color: rgb(74,237,90); }
H1.HeaderClassName
{
color: #4AED5A;
}
.AnyTagClassName
{
color: #4AED5A;
}
</style>
background-color css
<style>
a { background-color: #4AED5A; }
a { background-color: rgb(74,237,90); }
div.DivClassName
{
background-color: #4AED5A;
}
.BgClassName
{
background-color: #4AED5A;
}
</style>
border-color css
<style>
span { border-color: #4AED5A; }
span { border-color: rgb(74,237,90); }
td.TdClassName
{
border-color: #4AED5A;
}
.TagClassName
{
border-color: #4AED5A;
}
</style>