Shades of Screamin' Green #3AF667
Tints of Screamin' Green #3AF667
RGB
CMYK
RGB Variations
Color information
#3AF667 (or 0x3AF667) is known color: Screamin' Green. HEX triplet: 3A, F6 and 67. RGB value is (58,246,103). Sum of RGB (Red+Green+Blue) = 58+246+103=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF667 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF667 is #C50998. Grayscale: #ADADAD. Windows color (decimal): -12913049 or 6813242. OLE color: 6813242.
HSL color Cylindrical-coordinate representation of color #3AF667: hue angle of 134.36º 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 #3AF667 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 103 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.04 |
| HSL | 134.36º | 0.91% | 0.6% | - |
| HSV(B) | 134.36º | 0.76% | 0.96% | - |
| XYZ | 37.15 | 67.79 | 23.96 | - |
| YUV | 173.49 | 88.22 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 103 | 0.76 | 0 | 0.58 | 0.04 | 134.36 | 0.91 | 0.6 |
| Hex | 3A | F6 | 67 | 4C | 0 | 3A | 4 | 86 | 5B | 3C |
| Octal | 72 | 366 | 147 | 114 | 0 | 72 | 4 | 206 | 133 | 74 |
| Binary | 111010 | 11110110 | 1100111 | 1001100 | 0 | 111010 | 100 | 10000110 | 1011011 | 111100 |
Color Harmonies of #3AF667
Complementary color
Monochromatic Colors of #3AF667
Black with #3AF667
Text Example
Text Example
White with #3AF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF667; }
p { color: rgb(58,246,103); }
H1.HeaderClassName
{
color: #3AF667;
}
.AnyTagClassName
{
color: #3AF667;
}
</style>
background-color css
<style>
a { background-color: #3AF667; }
a { background-color: rgb(58,246,103); }
div.DivClassName
{
background-color: #3AF667;
}
.BgClassName
{
background-color: #3AF667;
}
</style>
border-color css
<style>
span { border-color: #3AF667; }
span { border-color: rgb(58,246,103); }
td.TdClassName
{
border-color: #3AF667;
}
.TagClassName
{
border-color: #3AF667;
}
</style>