Shades of Screamin' Green #4AFA84
Tints of Screamin' Green #4AFA84
RGB
CMYK
RGB Variations
Color information
#4AFA84 (or 0x4AFA84) is known color: Screamin' Green. HEX triplet: 4A, FA and 84. RGB value is (74,250,132). Sum of RGB (Red+Green+Blue) = 74+250+132=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA84 is #B5057B. Grayscale: #B8B8B8. Windows color (decimal): -11863420 or 8714826. OLE color: 8714826.
HSL color Cylindrical-coordinate representation of color #4AFA84: hue angle of 139.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA84 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 132 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.02 |
| HSL | 139.77º | 0.95% | 0.64% | - |
| HSV(B) | 139.77º | 0.7% | 0.98% | - |
| XYZ | 41.17 | 71.49 | 33.46 | - |
| YUV | 183.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 132 | 0.70 | 0 | 0.47 | 0.02 | 139.77 | 0.95 | 0.64 |
| Hex | 4A | FA | 84 | 46 | 0 | 2F | 2 | 8C | 5F | 40 |
| Octal | 112 | 372 | 204 | 106 | 0 | 57 | 2 | 214 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10000100 | 1000110 | 0 | 101111 | 10 | 10001100 | 1011111 | 1000000 |
Color Harmonies of #4AFA84
Complementary color
Monochromatic Colors of #4AFA84
Black with #4AFA84
Text Example
Text Example
White with #4AFA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA84; }
p { color: rgb(74,250,132); }
H1.HeaderClassName
{
color: #4AFA84;
}
.AnyTagClassName
{
color: #4AFA84;
}
</style>
background-color css
<style>
a { background-color: #4AFA84; }
a { background-color: rgb(74,250,132); }
div.DivClassName
{
background-color: #4AFA84;
}
.BgClassName
{
background-color: #4AFA84;
}
</style>
border-color css
<style>
span { border-color: #4AFA84; }
span { border-color: rgb(74,250,132); }
td.TdClassName
{
border-color: #4AFA84;
}
.TagClassName
{
border-color: #4AFA84;
}
</style>