Shades of Screamin' Green #4AF84C
Tints of Screamin' Green #4AF84C
RGB
CMYK
RGB Variations
Color information
#4AF84C (or 0x4AF84C) is known color: Screamin' Green. HEX triplet: 4A, F8 and 4C. RGB value is (74,248,76). Sum of RGB (Red+Green+Blue) = 74+248+76=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 248 (97.27% from 255 or 62.31% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF84C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF84C is #B507B3. Grayscale: #B0B0B0. Windows color (decimal): -11863988 or 5044298. OLE color: 5044298.
HSL color Cylindrical-coordinate representation of color #4AF84C: hue angle of 120.69º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF84C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 76 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.03 |
| HSL | 120.69º | 0.93% | 0.63% | - |
| HSV(B) | 120.69º | 0.7% | 0.97% | - |
| XYZ | 37.7 | 69.11 | 18.19 | - |
| YUV | 176.37 | 71.35 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 76 | 0.70 | 0 | 0.69 | 0.03 | 120.69 | 0.93 | 0.63 |
| Hex | 4A | F8 | 4C | 46 | 0 | 45 | 3 | 79 | 5D | 3F |
| Octal | 112 | 370 | 114 | 106 | 0 | 105 | 3 | 171 | 135 | 77 |
| Binary | 1001010 | 11111000 | 1001100 | 1000110 | 0 | 1000101 | 11 | 1111001 | 1011101 | 111111 |
Color Harmonies of #4AF84C
Complementary color
Monochromatic Colors of #4AF84C
Black with #4AF84C
Text Example
Text Example
White with #4AF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF84C; }
p { color: rgb(74,248,76); }
H1.HeaderClassName
{
color: #4AF84C;
}
.AnyTagClassName
{
color: #4AF84C;
}
</style>
background-color css
<style>
a { background-color: #4AF84C; }
a { background-color: rgb(74,248,76); }
div.DivClassName
{
background-color: #4AF84C;
}
.BgClassName
{
background-color: #4AF84C;
}
</style>
border-color css
<style>
span { border-color: #4AF84C; }
span { border-color: rgb(74,248,76); }
td.TdClassName
{
border-color: #4AF84C;
}
.TagClassName
{
border-color: #4AF84C;
}
</style>