Shades of Screamin' Green #3AF056
Tints of Screamin' Green #3AF056
RGB
CMYK
RGB Variations
Color information
#3AF056 (or 0x3AF056) is known color: Screamin' Green. HEX triplet: 3A, F0 and 56. RGB value is (58,240,86). Sum of RGB (Red+Green+Blue) = 58+240+86=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF056 is #C50FA9. Grayscale: #A8A8A8. Windows color (decimal): -12914602 or 5697594. OLE color: 5697594.
HSL color Cylindrical-coordinate representation of color #3AF056: hue angle of 129.23º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF056 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 86 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.06 |
| HSL | 129.23º | 0.86% | 0.58% | - |
| HSV(B) | 129.23º | 0.76% | 0.94% | - |
| XYZ | 34.58 | 63.89 | 19.31 | - |
| YUV | 168.03 | 81.7 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 86 | 0.76 | 0 | 0.64 | 0.06 | 129.23 | 0.86 | 0.58 |
| Hex | 3A | F0 | 56 | 4C | 0 | 40 | 6 | 81 | 56 | 3A |
| Octal | 72 | 360 | 126 | 114 | 0 | 100 | 6 | 201 | 126 | 72 |
| Binary | 111010 | 11110000 | 1010110 | 1001100 | 0 | 1000000 | 110 | 10000001 | 1010110 | 111010 |
Color Harmonies of #3AF056
Complementary color
Monochromatic Colors of #3AF056
Black with #3AF056
Text Example
Text Example
White with #3AF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF056; }
p { color: rgb(58,240,86); }
H1.HeaderClassName
{
color: #3AF056;
}
.AnyTagClassName
{
color: #3AF056;
}
</style>
background-color css
<style>
a { background-color: #3AF056; }
a { background-color: rgb(58,240,86); }
div.DivClassName
{
background-color: #3AF056;
}
.BgClassName
{
background-color: #3AF056;
}
</style>
border-color css
<style>
span { border-color: #3AF056; }
span { border-color: rgb(58,240,86); }
td.TdClassName
{
border-color: #3AF056;
}
.TagClassName
{
border-color: #3AF056;
}
</style>