Shades of Screamin' Green #4AFC51
Tints of Screamin' Green #4AFC51
RGB
CMYK
RGB Variations
Color information
#4AFC51 (or 0x4AFC51) is known color: Screamin' Green. HEX triplet: 4A, FC and 51. RGB value is (74,252,81). Sum of RGB (Red+Green+Blue) = 74+252+81=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC51 is #B503AE. Grayscale: #B3B3B3. Windows color (decimal): -11862959 or 5373002. OLE color: 5373002.
HSL color Cylindrical-coordinate representation of color #4AFC51: hue angle of 122.36º 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 #4AFC51 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 81 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.01 |
| HSL | 122.36º | 0.97% | 0.64% | - |
| HSV(B) | 122.36º | 0.71% | 0.99% | - |
| XYZ | 39.12 | 71.67 | 19.56 | - |
| YUV | 179.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 81 | 0.71 | 0 | 0.68 | 0.01 | 122.36 | 0.97 | 0.64 |
| Hex | 4A | FC | 51 | 47 | 0 | 44 | 1 | 7A | 61 | 40 |
| Octal | 112 | 374 | 121 | 107 | 0 | 104 | 1 | 172 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1010001 | 1000111 | 0 | 1000100 | 1 | 1111010 | 1100001 | 1000000 |
Color Harmonies of #4AFC51
Complementary color
Monochromatic Colors of #4AFC51
Black with #4AFC51
Text Example
Text Example
White with #4AFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC51; }
p { color: rgb(74,252,81); }
H1.HeaderClassName
{
color: #4AFC51;
}
.AnyTagClassName
{
color: #4AFC51;
}
</style>
background-color css
<style>
a { background-color: #4AFC51; }
a { background-color: rgb(74,252,81); }
div.DivClassName
{
background-color: #4AFC51;
}
.BgClassName
{
background-color: #4AFC51;
}
</style>
border-color css
<style>
span { border-color: #4AFC51; }
span { border-color: rgb(74,252,81); }
td.TdClassName
{
border-color: #4AFC51;
}
.TagClassName
{
border-color: #4AFC51;
}
</style>