Shades of Screamin' Green #4AF156
Tints of Screamin' Green #4AF156
RGB
CMYK
RGB Variations
Color information
#4AF156 (or 0x4AF156) is known color: Screamin' Green. HEX triplet: 4A, F1 and 56. RGB value is (74,241,86). Sum of RGB (Red+Green+Blue) = 74+241+86=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF156 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF156 is #B50EA9. Grayscale: #ADADAD. Windows color (decimal): -11865770 or 5697866. OLE color: 5697866.
HSL color Cylindrical-coordinate representation of color #4AF156: hue angle of 124.31º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF156 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 86 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.05 |
| HSL | 124.31º | 0.86% | 0.62% | - |
| HSV(B) | 124.31º | 0.69% | 0.95% | - |
| XYZ | 35.96 | 65.04 | 19.46 | - |
| YUV | 173.4 | 78.67 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 86 | 0.69 | 0 | 0.64 | 0.05 | 124.31 | 0.86 | 0.62 |
| Hex | 4A | F1 | 56 | 45 | 0 | 40 | 5 | 7C | 56 | 3E |
| Octal | 112 | 361 | 126 | 105 | 0 | 100 | 5 | 174 | 126 | 76 |
| Binary | 1001010 | 11110001 | 1010110 | 1000101 | 0 | 1000000 | 101 | 1111100 | 1010110 | 111110 |
Color Harmonies of #4AF156
Complementary color
Monochromatic Colors of #4AF156
Black with #4AF156
Text Example
Text Example
White with #4AF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF156; }
p { color: rgb(74,241,86); }
H1.HeaderClassName
{
color: #4AF156;
}
.AnyTagClassName
{
color: #4AF156;
}
</style>
background-color css
<style>
a { background-color: #4AF156; }
a { background-color: rgb(74,241,86); }
div.DivClassName
{
background-color: #4AF156;
}
.BgClassName
{
background-color: #4AF156;
}
</style>
border-color css
<style>
span { border-color: #4AF156; }
span { border-color: rgb(74,241,86); }
td.TdClassName
{
border-color: #4AF156;
}
.TagClassName
{
border-color: #4AF156;
}
</style>