Shades of Screamin' Green #4AF25E
Tints of Screamin' Green #4AF25E
RGB
CMYK
RGB Variations
Color information
#4AF25E (or 0x4AF25E) is known color: Screamin' Green. HEX triplet: 4A, F2 and 5E. RGB value is (74,242,94). Sum of RGB (Red+Green+Blue) = 74+242+94=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF25E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF25E is #B50DA1. Grayscale: #AFAFAF. Windows color (decimal): -11865506 or 6222410. OLE color: 6222410.
HSL color Cylindrical-coordinate representation of color #4AF25E: hue angle of 127.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF25E is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 94 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.05 |
| HSL | 127.14º | 0.87% | 0.62% | - |
| HSV(B) | 127.14º | 0.69% | 0.95% | - |
| XYZ | 36.6 | 65.77 | 21.36 | - |
| YUV | 174.9 | 82.34 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 94 | 0.69 | 0 | 0.61 | 0.05 | 127.14 | 0.87 | 0.62 |
| Hex | 4A | F2 | 5E | 45 | 0 | 3D | 5 | 7F | 57 | 3E |
| Octal | 112 | 362 | 136 | 105 | 0 | 75 | 5 | 177 | 127 | 76 |
| Binary | 1001010 | 11110010 | 1011110 | 1000101 | 0 | 111101 | 101 | 1111111 | 1010111 | 111110 |
Color Harmonies of #4AF25E
Complementary color
Monochromatic Colors of #4AF25E
Black with #4AF25E
Text Example
Text Example
White with #4AF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF25E; }
p { color: rgb(74,242,94); }
H1.HeaderClassName
{
color: #4AF25E;
}
.AnyTagClassName
{
color: #4AF25E;
}
</style>
background-color css
<style>
a { background-color: #4AF25E; }
a { background-color: rgb(74,242,94); }
div.DivClassName
{
background-color: #4AF25E;
}
.BgClassName
{
background-color: #4AF25E;
}
</style>
border-color css
<style>
span { border-color: #4AF25E; }
span { border-color: rgb(74,242,94); }
td.TdClassName
{
border-color: #4AF25E;
}
.TagClassName
{
border-color: #4AF25E;
}
</style>