Shades of Screamin' Green #4AF356
Tints of Screamin' Green #4AF356
RGB
CMYK
RGB Variations
Color information
#4AF356 (or 0x4AF356) is known color: Screamin' Green. HEX triplet: 4A, F3 and 56. RGB value is (74,243,86). Sum of RGB (Red+Green+Blue) = 74+243+86=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF356 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF356 is #B50CA9. Grayscale: #AFAFAF. Windows color (decimal): -11865258 or 5698378. OLE color: 5698378.
HSL color Cylindrical-coordinate representation of color #4AF356: hue angle of 124.26º 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 #4AF356 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 86 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.05 |
| HSL | 124.26º | 0.88% | 0.62% | - |
| HSV(B) | 124.26º | 0.7% | 0.95% | - |
| XYZ | 36.55 | 66.23 | 19.66 | - |
| YUV | 174.57 | 78.01 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 86 | 0.70 | 0 | 0.65 | 0.05 | 124.26 | 0.88 | 0.62 |
| Hex | 4A | F3 | 56 | 46 | 0 | 41 | 5 | 7C | 58 | 3E |
| Octal | 112 | 363 | 126 | 106 | 0 | 101 | 5 | 174 | 130 | 76 |
| Binary | 1001010 | 11110011 | 1010110 | 1000110 | 0 | 1000001 | 101 | 1111100 | 1011000 | 111110 |
Color Harmonies of #4AF356
Complementary color
Monochromatic Colors of #4AF356
Black with #4AF356
Text Example
Text Example
White with #4AF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF356; }
p { color: rgb(74,243,86); }
H1.HeaderClassName
{
color: #4AF356;
}
.AnyTagClassName
{
color: #4AF356;
}
</style>
background-color css
<style>
a { background-color: #4AF356; }
a { background-color: rgb(74,243,86); }
div.DivClassName
{
background-color: #4AF356;
}
.BgClassName
{
background-color: #4AF356;
}
</style>
border-color css
<style>
span { border-color: #4AF356; }
span { border-color: rgb(74,243,86); }
td.TdClassName
{
border-color: #4AF356;
}
.TagClassName
{
border-color: #4AF356;
}
</style>