Shades of Screamin' Green #3AF666
Tints of Screamin' Green #3AF666
RGB
CMYK
RGB Variations
Color information
#3AF666 (or 0x3AF666) is known color: Screamin' Green. HEX triplet: 3A, F6 and 66. RGB value is (58,246,102). Sum of RGB (Red+Green+Blue) = 58+246+102=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 246 (96.48% from 255 or 60.59% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF666 is #C50999. Grayscale: #ADADAD. Windows color (decimal): -12913050 or 6747706. OLE color: 6747706.
HSL color Cylindrical-coordinate representation of color #3AF666: hue angle of 134.04º 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 #3AF666 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 102 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.04 |
| HSL | 134.04º | 0.91% | 0.6% | - |
| HSV(B) | 134.04º | 0.76% | 0.96% | - |
| XYZ | 37.1 | 67.77 | 23.7 | - |
| YUV | 173.37 | 87.72 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 102 | 0.76 | 0 | 0.59 | 0.04 | 134.04 | 0.91 | 0.6 |
| Hex | 3A | F6 | 66 | 4C | 0 | 3B | 4 | 86 | 5B | 3C |
| Octal | 72 | 366 | 146 | 114 | 0 | 73 | 4 | 206 | 133 | 74 |
| Binary | 111010 | 11110110 | 1100110 | 1001100 | 0 | 111011 | 100 | 10000110 | 1011011 | 111100 |
Color Harmonies of #3AF666
Complementary color
Monochromatic Colors of #3AF666
Black with #3AF666
Text Example
Text Example
White with #3AF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF666; }
p { color: rgb(58,246,102); }
H1.HeaderClassName
{
color: #3AF666;
}
.AnyTagClassName
{
color: #3AF666;
}
</style>
background-color css
<style>
a { background-color: #3AF666; }
a { background-color: rgb(58,246,102); }
div.DivClassName
{
background-color: #3AF666;
}
.BgClassName
{
background-color: #3AF666;
}
</style>
border-color css
<style>
span { border-color: #3AF666; }
span { border-color: rgb(58,246,102); }
td.TdClassName
{
border-color: #3AF666;
}
.TagClassName
{
border-color: #3AF666;
}
</style>