Shades of Screamin' Green #4AFC7E
Tints of Screamin' Green #4AFC7E
RGB
CMYK
RGB Variations
Color information
#4AFC7E (or 0x4AFC7E) is known color: Screamin' Green. HEX triplet: 4A, FC and 7E. RGB value is (74,252,126). Sum of RGB (Red+Green+Blue) = 74+252+126=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC7E is #B50381. Grayscale: #B8B8B8. Windows color (decimal): -11862914 or 8322122. OLE color: 8322122.
HSL color Cylindrical-coordinate representation of color #4AFC7E: hue angle of 137.53º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFC7E is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 126 | - |
| CMYK | 0.71 | 0 | 0.5 | 0.01 |
| HSL | 137.53º | 0.97% | 0.64% | - |
| HSV(B) | 137.53º | 0.71% | 0.99% | - |
| XYZ | 41.4 | 72.58 | 31.57 | - |
| YUV | 184.41 | 95.03 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 126 | 0.71 | 0 | 0.5 | 0.01 | 137.53 | 0.97 | 0.64 |
| Hex | 4A | FC | 7E | 47 | 0 | 32 | 1 | 8A | 61 | 40 |
| Octal | 112 | 374 | 176 | 107 | 0 | 62 | 1 | 212 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1111110 | 1000111 | 0 | 110010 | 1 | 10001010 | 1100001 | 1000000 |
Color Harmonies of #4AFC7E
Complementary color
Monochromatic Colors of #4AFC7E
Black with #4AFC7E
Text Example
Text Example
White with #4AFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC7E; }
p { color: rgb(74,252,126); }
H1.HeaderClassName
{
color: #4AFC7E;
}
.AnyTagClassName
{
color: #4AFC7E;
}
</style>
background-color css
<style>
a { background-color: #4AFC7E; }
a { background-color: rgb(74,252,126); }
div.DivClassName
{
background-color: #4AFC7E;
}
.BgClassName
{
background-color: #4AFC7E;
}
</style>
border-color css
<style>
span { border-color: #4AFC7E; }
span { border-color: rgb(74,252,126); }
td.TdClassName
{
border-color: #4AFC7E;
}
.TagClassName
{
border-color: #4AFC7E;
}
</style>