Shades of Screamin' Green #4AF86D
Tints of Screamin' Green #4AF86D
RGB
CMYK
RGB Variations
Color information
#4AF86D (or 0x4AF86D) is known color: Screamin' Green. HEX triplet: 4A, F8 and 6D. RGB value is (74,248,109). Sum of RGB (Red+Green+Blue) = 74+248+109=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF86D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF86D is #B50792. Grayscale: #B4B4B4. Windows color (decimal): -11863955 or 7206986. OLE color: 7206986.
HSL color Cylindrical-coordinate representation of color #4AF86D: hue angle of 132.07º 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 #4AF86D is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 109 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.03 |
| HSL | 132.07º | 0.93% | 0.63% | - |
| HSV(B) | 132.07º | 0.7% | 0.97% | - |
| XYZ | 39.15 | 69.69 | 25.86 | - |
| YUV | 180.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 109 | 0.70 | 0 | 0.56 | 0.03 | 132.07 | 0.93 | 0.63 |
| Hex | 4A | F8 | 6D | 46 | 0 | 38 | 3 | 84 | 5D | 3F |
| Octal | 112 | 370 | 155 | 106 | 0 | 70 | 3 | 204 | 135 | 77 |
| Binary | 1001010 | 11111000 | 1101101 | 1000110 | 0 | 111000 | 11 | 10000100 | 1011101 | 111111 |
Color Harmonies of #4AF86D
Complementary color
Monochromatic Colors of #4AF86D
Black with #4AF86D
Text Example
Text Example
White with #4AF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF86D; }
p { color: rgb(74,248,109); }
H1.HeaderClassName
{
color: #4AF86D;
}
.AnyTagClassName
{
color: #4AF86D;
}
</style>
background-color css
<style>
a { background-color: #4AF86D; }
a { background-color: rgb(74,248,109); }
div.DivClassName
{
background-color: #4AF86D;
}
.BgClassName
{
background-color: #4AF86D;
}
</style>
border-color css
<style>
span { border-color: #4AF86D; }
span { border-color: rgb(74,248,109); }
td.TdClassName
{
border-color: #4AF86D;
}
.TagClassName
{
border-color: #4AF86D;
}
</style>