Shades of Screamin' Green #3AF65E
Tints of Screamin' Green #3AF65E
RGB
CMYK
RGB Variations
Color information
#3AF65E (or 0x3AF65E) is known color: Screamin' Green. HEX triplet: 3A, F6 and 5E. RGB value is (58,246,94). Sum of RGB (Red+Green+Blue) = 58+246+94=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF65E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF65E is #C509A1. Grayscale: #ACACAC. Windows color (decimal): -12913058 or 6223418. OLE color: 6223418.
HSL color Cylindrical-coordinate representation of color #3AF65E: hue angle of 131.49º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF65E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 94 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.04 |
| HSL | 131.49º | 0.91% | 0.6% | - |
| HSV(B) | 131.49º | 0.76% | 0.96% | - |
| XYZ | 36.72 | 67.62 | 21.71 | - |
| YUV | 172.46 | 83.72 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 94 | 0.76 | 0 | 0.62 | 0.04 | 131.49 | 0.91 | 0.6 |
| Hex | 3A | F6 | 5E | 4C | 0 | 3E | 4 | 83 | 5B | 3C |
| Octal | 72 | 366 | 136 | 114 | 0 | 76 | 4 | 203 | 133 | 74 |
| Binary | 111010 | 11110110 | 1011110 | 1001100 | 0 | 111110 | 100 | 10000011 | 1011011 | 111100 |
Color Harmonies of #3AF65E
Complementary color
Monochromatic Colors of #3AF65E
Black with #3AF65E
Text Example
Text Example
White with #3AF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF65E; }
p { color: rgb(58,246,94); }
H1.HeaderClassName
{
color: #3AF65E;
}
.AnyTagClassName
{
color: #3AF65E;
}
</style>
background-color css
<style>
a { background-color: #3AF65E; }
a { background-color: rgb(58,246,94); }
div.DivClassName
{
background-color: #3AF65E;
}
.BgClassName
{
background-color: #3AF65E;
}
</style>
border-color css
<style>
span { border-color: #3AF65E; }
span { border-color: rgb(58,246,94); }
td.TdClassName
{
border-color: #3AF65E;
}
.TagClassName
{
border-color: #3AF65E;
}
</style>