Shades of Screamin' Green #4AF96D
Tints of Screamin' Green #4AF96D
RGB
CMYK
RGB Variations
Color information
#4AF96D (or 0x4AF96D) is known color: Screamin' Green. HEX triplet: 4A, F9 and 6D. RGB value is (74,249,109). Sum of RGB (Red+Green+Blue) = 74+249+109=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF96D is #B50692. Grayscale: #B5B5B5. Windows color (decimal): -11863699 or 7207242. OLE color: 7207242.
HSL color Cylindrical-coordinate representation of color #4AF96D: hue angle of 132º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF96D is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 109 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.02 |
| HSL | 132º | 0.94% | 0.63% | - |
| HSV(B) | 132º | 0.7% | 0.98% | - |
| XYZ | 39.46 | 70.31 | 25.96 | - |
| YUV | 180.72 | 87.52 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 109 | 0.70 | 0 | 0.56 | 0.02 | 132 | 0.94 | 0.63 |
| Hex | 4A | F9 | 6D | 46 | 0 | 38 | 2 | 84 | 5E | 3F |
| Octal | 112 | 371 | 155 | 106 | 0 | 70 | 2 | 204 | 136 | 77 |
| Binary | 1001010 | 11111001 | 1101101 | 1000110 | 0 | 111000 | 10 | 10000100 | 1011110 | 111111 |
Color Harmonies of #4AF96D
Complementary color
Monochromatic Colors of #4AF96D
Black with #4AF96D
Text Example
Text Example
White with #4AF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF96D; }
p { color: rgb(74,249,109); }
H1.HeaderClassName
{
color: #4AF96D;
}
.AnyTagClassName
{
color: #4AF96D;
}
</style>
background-color css
<style>
a { background-color: #4AF96D; }
a { background-color: rgb(74,249,109); }
div.DivClassName
{
background-color: #4AF96D;
}
.BgClassName
{
background-color: #4AF96D;
}
</style>
border-color css
<style>
span { border-color: #4AF96D; }
span { border-color: rgb(74,249,109); }
td.TdClassName
{
border-color: #4AF96D;
}
.TagClassName
{
border-color: #4AF96D;
}
</style>