Shades of Screamin' Green #4AFC57
Tints of Screamin' Green #4AFC57
RGB
CMYK
RGB Variations
Color information
#4AFC57 (or 0x4AFC57) is known color: Screamin' Green. HEX triplet: 4A, FC and 57. RGB value is (74,252,87). Sum of RGB (Red+Green+Blue) = 74+252+87=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC57 is #B503A8. Grayscale: #B4B4B4. Windows color (decimal): -11862953 or 5766218. OLE color: 5766218.
HSL color Cylindrical-coordinate representation of color #4AFC57: hue angle of 124.38º 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 #4AFC57 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 87 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.01 |
| HSL | 124.38º | 0.97% | 0.64% | - |
| HSV(B) | 124.38º | 0.71% | 0.99% | - |
| XYZ | 39.35 | 71.76 | 20.79 | - |
| YUV | 179.97 | 75.53 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 87 | 0.71 | 0 | 0.65 | 0.01 | 124.38 | 0.97 | 0.64 |
| Hex | 4A | FC | 57 | 47 | 0 | 41 | 1 | 7C | 61 | 40 |
| Octal | 112 | 374 | 127 | 107 | 0 | 101 | 1 | 174 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1010111 | 1000111 | 0 | 1000001 | 1 | 1111100 | 1100001 | 1000000 |
Color Harmonies of #4AFC57
Complementary color
Monochromatic Colors of #4AFC57
Black with #4AFC57
Text Example
Text Example
White with #4AFC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC57; }
p { color: rgb(74,252,87); }
H1.HeaderClassName
{
color: #4AFC57;
}
.AnyTagClassName
{
color: #4AFC57;
}
</style>
background-color css
<style>
a { background-color: #4AFC57; }
a { background-color: rgb(74,252,87); }
div.DivClassName
{
background-color: #4AFC57;
}
.BgClassName
{
background-color: #4AFC57;
}
</style>
border-color css
<style>
span { border-color: #4AFC57; }
span { border-color: rgb(74,252,87); }
td.TdClassName
{
border-color: #4AFC57;
}
.TagClassName
{
border-color: #4AFC57;
}
</style>