Shades of Screamin' Green #4AF36A
Tints of Screamin' Green #4AF36A
RGB
CMYK
RGB Variations
Color information
#4AF36A (or 0x4AF36A) is known color: Screamin' Green. HEX triplet: 4A, F3 and 6A. RGB value is (74,243,106). Sum of RGB (Red+Green+Blue) = 74+243+106=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF36A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF36A is #B50C95. Grayscale: #B1B1B1. Windows color (decimal): -11865238 or 7009098. OLE color: 7009098.
HSL color Cylindrical-coordinate representation of color #4AF36A: hue angle of 131.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF36A is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 106 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.05 |
| HSL | 131.36º | 0.88% | 0.62% | - |
| HSV(B) | 131.36º | 0.7% | 0.95% | - |
| XYZ | 37.48 | 66.6 | 24.52 | - |
| YUV | 176.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 106 | 0.70 | 0 | 0.56 | 0.05 | 131.36 | 0.88 | 0.62 |
| Hex | 4A | F3 | 6A | 46 | 0 | 38 | 5 | 83 | 58 | 3E |
| Octal | 112 | 363 | 152 | 106 | 0 | 70 | 5 | 203 | 130 | 76 |
| Binary | 1001010 | 11110011 | 1101010 | 1000110 | 0 | 111000 | 101 | 10000011 | 1011000 | 111110 |
Color Harmonies of #4AF36A
Complementary color
Monochromatic Colors of #4AF36A
Black with #4AF36A
Text Example
Text Example
White with #4AF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF36A; }
p { color: rgb(74,243,106); }
H1.HeaderClassName
{
color: #4AF36A;
}
.AnyTagClassName
{
color: #4AF36A;
}
</style>
background-color css
<style>
a { background-color: #4AF36A; }
a { background-color: rgb(74,243,106); }
div.DivClassName
{
background-color: #4AF36A;
}
.BgClassName
{
background-color: #4AF36A;
}
</style>
border-color css
<style>
span { border-color: #4AF36A; }
span { border-color: rgb(74,243,106); }
td.TdClassName
{
border-color: #4AF36A;
}
.TagClassName
{
border-color: #4AF36A;
}
</style>