Shades of Screamin' Green #4AFE8D
Tints of Screamin' Green #4AFE8D
RGB
CMYK
RGB Variations
Color information
#4AFE8D (or 0x4AFE8D) is known color: Screamin' Green. HEX triplet: 4A, FE and 8D. RGB value is (74,254,141). Sum of RGB (Red+Green+Blue) = 74+254+141=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFE8D is #B50172. Grayscale: #BBBBBB. Windows color (decimal): -11862387 or 9305674. OLE color: 9305674.
HSL color Cylindrical-coordinate representation of color #4AFE8D: hue angle of 142.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFE8D is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 141 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.00 |
| HSL | 142.33º | 0.99% | 0.64% | - |
| HSV(B) | 142.33º | 0.71% | 1% | - |
| XYZ | 43.07 | 74.26 | 37.26 | - |
| YUV | 187.3 | 101.87 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 141 | 0.71 | 0 | 0.44 | 0.00 | 142.33 | 0.99 | 0.64 |
| Hex | 4A | FE | 8D | 47 | 0 | 2C | 0 | 8E | 63 | 40 |
| Octal | 112 | 376 | 215 | 107 | 0 | 54 | 0 | 216 | 143 | 100 |
| Binary | 1001010 | 11111110 | 10001101 | 1000111 | 0 | 101100 | 0 | 10001110 | 1100011 | 1000000 |
Color Harmonies of #4AFE8D
Complementary color
Monochromatic Colors of #4AFE8D
Black with #4AFE8D
Text Example
Text Example
White with #4AFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE8D; }
p { color: rgb(74,254,141); }
H1.HeaderClassName
{
color: #4AFE8D;
}
.AnyTagClassName
{
color: #4AFE8D;
}
</style>
background-color css
<style>
a { background-color: #4AFE8D; }
a { background-color: rgb(74,254,141); }
div.DivClassName
{
background-color: #4AFE8D;
}
.BgClassName
{
background-color: #4AFE8D;
}
</style>
border-color css
<style>
span { border-color: #4AFE8D; }
span { border-color: rgb(74,254,141); }
td.TdClassName
{
border-color: #4AFE8D;
}
.TagClassName
{
border-color: #4AFE8D;
}
</style>