Shades of Screamin' Green #3AF665
Tints of Screamin' Green #3AF665
RGB
CMYK
RGB Variations
Color information
#3AF665 (or 0x3AF665) is known color: Screamin' Green. HEX triplet: 3A, F6 and 65. RGB value is (58,246,101). Sum of RGB (Red+Green+Blue) = 58+246+101=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 246 (96.48% from 255 or 60.74% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF665 is #C5099A. Grayscale: #ADADAD. Windows color (decimal): -12913051 or 6682170. OLE color: 6682170.
HSL color Cylindrical-coordinate representation of color #3AF665: hue angle of 133.72º 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 #3AF665 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 101 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.04 |
| HSL | 133.72º | 0.91% | 0.6% | - |
| HSV(B) | 133.72º | 0.76% | 0.96% | - |
| XYZ | 37.05 | 67.75 | 23.44 | - |
| YUV | 173.26 | 87.22 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 101 | 0.76 | 0 | 0.59 | 0.04 | 133.72 | 0.91 | 0.6 |
| Hex | 3A | F6 | 65 | 4C | 0 | 3B | 4 | 86 | 5B | 3C |
| Octal | 72 | 366 | 145 | 114 | 0 | 73 | 4 | 206 | 133 | 74 |
| Binary | 111010 | 11110110 | 1100101 | 1001100 | 0 | 111011 | 100 | 10000110 | 1011011 | 111100 |
Color Harmonies of #3AF665
Complementary color
Monochromatic Colors of #3AF665
Black with #3AF665
Text Example
Text Example
White with #3AF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF665; }
p { color: rgb(58,246,101); }
H1.HeaderClassName
{
color: #3AF665;
}
.AnyTagClassName
{
color: #3AF665;
}
</style>
background-color css
<style>
a { background-color: #3AF665; }
a { background-color: rgb(58,246,101); }
div.DivClassName
{
background-color: #3AF665;
}
.BgClassName
{
background-color: #3AF665;
}
</style>
border-color css
<style>
span { border-color: #3AF665; }
span { border-color: rgb(58,246,101); }
td.TdClassName
{
border-color: #3AF665;
}
.TagClassName
{
border-color: #3AF665;
}
</style>