Shades of Screamin' Green #3AF861
Tints of Screamin' Green #3AF861
RGB
CMYK
RGB Variations
Color information
#3AF861 (or 0x3AF861) is known color: Screamin' Green. HEX triplet: 3A, F8 and 61. RGB value is (58,248,97). Sum of RGB (Red+Green+Blue) = 58+248+97=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 248 (97.27% from 255 or 61.54% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF861 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF861 is #C5079E. Grayscale: #AEAEAE. Windows color (decimal): -12912543 or 6420538. OLE color: 6420538.
HSL color Cylindrical-coordinate representation of color #3AF861: hue angle of 132.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF861 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 97 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.03 |
| HSL | 132.32º | 0.93% | 0.6% | - |
| HSV(B) | 132.32º | 0.77% | 0.97% | - |
| XYZ | 37.47 | 68.9 | 22.63 | - |
| YUV | 173.98 | 84.55 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 97 | 0.77 | 0 | 0.61 | 0.03 | 132.32 | 0.93 | 0.6 |
| Hex | 3A | F8 | 61 | 4D | 0 | 3D | 3 | 84 | 5D | 3C |
| Octal | 72 | 370 | 141 | 115 | 0 | 75 | 3 | 204 | 135 | 74 |
| Binary | 111010 | 11111000 | 1100001 | 1001101 | 0 | 111101 | 11 | 10000100 | 1011101 | 111100 |
Color Harmonies of #3AF861
Complementary color
Monochromatic Colors of #3AF861
Black with #3AF861
Text Example
Text Example
White with #3AF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF861; }
p { color: rgb(58,248,97); }
H1.HeaderClassName
{
color: #3AF861;
}
.AnyTagClassName
{
color: #3AF861;
}
</style>
background-color css
<style>
a { background-color: #3AF861; }
a { background-color: rgb(58,248,97); }
div.DivClassName
{
background-color: #3AF861;
}
.BgClassName
{
background-color: #3AF861;
}
</style>
border-color css
<style>
span { border-color: #3AF861; }
span { border-color: rgb(58,248,97); }
td.TdClassName
{
border-color: #3AF861;
}
.TagClassName
{
border-color: #3AF861;
}
</style>