Shades of Screamin' Green #4AFC54
Tints of Screamin' Green #4AFC54
RGB
CMYK
RGB Variations
Color information
#4AFC54 (or 0x4AFC54) is known color: Screamin' Green. HEX triplet: 4A, FC and 54. RGB value is (74,252,84). Sum of RGB (Red+Green+Blue) = 74+252+84=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC54 is #B503AB. Grayscale: #B4B4B4. Windows color (decimal): -11862956 or 5569610. OLE color: 5569610.
HSL color Cylindrical-coordinate representation of color #4AFC54: hue angle of 123.37º 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 #4AFC54 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 84 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.01 |
| HSL | 123.37º | 0.97% | 0.64% | - |
| HSV(B) | 123.37º | 0.71% | 0.99% | - |
| XYZ | 39.23 | 71.72 | 20.16 | - |
| YUV | 179.63 | 74.03 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 84 | 0.71 | 0 | 0.67 | 0.01 | 123.37 | 0.97 | 0.64 |
| Hex | 4A | FC | 54 | 47 | 0 | 43 | 1 | 7B | 61 | 40 |
| Octal | 112 | 374 | 124 | 107 | 0 | 103 | 1 | 173 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1010100 | 1000111 | 0 | 1000011 | 1 | 1111011 | 1100001 | 1000000 |
Color Harmonies of #4AFC54
Complementary color
Monochromatic Colors of #4AFC54
Black with #4AFC54
Text Example
Text Example
White with #4AFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC54; }
p { color: rgb(74,252,84); }
H1.HeaderClassName
{
color: #4AFC54;
}
.AnyTagClassName
{
color: #4AFC54;
}
</style>
background-color css
<style>
a { background-color: #4AFC54; }
a { background-color: rgb(74,252,84); }
div.DivClassName
{
background-color: #4AFC54;
}
.BgClassName
{
background-color: #4AFC54;
}
</style>
border-color css
<style>
span { border-color: #4AFC54; }
span { border-color: rgb(74,252,84); }
td.TdClassName
{
border-color: #4AFC54;
}
.TagClassName
{
border-color: #4AFC54;
}
</style>