Shades of Screamin' Green #4AFC49
Tints of Screamin' Green #4AFC49
RGB
CMYK
RGB Variations
Color information
#4AFC49 (or 0x4AFC49) is known color: Screamin' Green. HEX triplet: 4A, FC and 49. RGB value is (74,252,73). Sum of RGB (Red+Green+Blue) = 74+252+73=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFC49 is #B503B6. Grayscale: #B2B2B2. Windows color (decimal): -11862967 or 4848714. OLE color: 4848714.
HSL color Cylindrical-coordinate representation of color #4AFC49: hue angle of 119.66º 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 #4AFC49 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 73 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.01 |
| HSL | 119.66º | 0.97% | 0.64% | - |
| HSV(B) | 119.66º | 0.71% | 0.99% | - |
| XYZ | 38.84 | 71.56 | 18.07 | - |
| YUV | 178.37 | 68.53 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 73 | 0.71 | 0 | 0.71 | 0.01 | 119.66 | 0.97 | 0.64 |
| Hex | 4A | FC | 49 | 47 | 0 | 47 | 1 | 78 | 61 | 40 |
| Octal | 112 | 374 | 111 | 107 | 0 | 107 | 1 | 170 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1001001 | 1000111 | 0 | 1000111 | 1 | 1111000 | 1100001 | 1000000 |
Color Harmonies of #4AFC49
Complementary color
Monochromatic Colors of #4AFC49
Black with #4AFC49
Text Example
Text Example
White with #4AFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC49; }
p { color: rgb(74,252,73); }
H1.HeaderClassName
{
color: #4AFC49;
}
.AnyTagClassName
{
color: #4AFC49;
}
</style>
background-color css
<style>
a { background-color: #4AFC49; }
a { background-color: rgb(74,252,73); }
div.DivClassName
{
background-color: #4AFC49;
}
.BgClassName
{
background-color: #4AFC49;
}
</style>
border-color css
<style>
span { border-color: #4AFC49; }
span { border-color: rgb(74,252,73); }
td.TdClassName
{
border-color: #4AFC49;
}
.TagClassName
{
border-color: #4AFC49;
}
</style>