Shades of Screamin' Green #3BF668
Tints of Screamin' Green #3BF668
RGB
CMYK
RGB Variations
Color information
#3BF668 (or 0x3BF668) is known color: Screamin' Green. HEX triplet: 3B, F6 and 68. RGB value is (59,246,104). Sum of RGB (Red+Green+Blue) = 59+246+104=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF668 is #C40997. Grayscale: #AEAEAE. Windows color (decimal): -12847512 or 6878779. OLE color: 6878779.
HSL color Cylindrical-coordinate representation of color #3BF668: hue angle of 134.44º 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 #3BF668 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 246 | 104 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.04 |
| HSL | 134.44º | 0.91% | 0.6% | - |
| HSV(B) | 134.44º | 0.76% | 0.96% | - |
| XYZ | 37.26 | 67.84 | 24.23 | - |
| YUV | 173.9 | 88.55 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 104 | 0.76 | 0 | 0.58 | 0.04 | 134.44 | 0.91 | 0.6 |
| Hex | 3B | F6 | 68 | 4C | 0 | 3A | 4 | 86 | 5B | 3C |
| Octal | 73 | 366 | 150 | 114 | 0 | 72 | 4 | 206 | 133 | 74 |
| Binary | 111011 | 11110110 | 1101000 | 1001100 | 0 | 111010 | 100 | 10000110 | 1011011 | 111100 |
Color Harmonies of #3BF668
Complementary color
Monochromatic Colors of #3BF668
Black with #3BF668
Text Example
Text Example
White with #3BF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF668; }
p { color: rgb(59,246,104); }
H1.HeaderClassName
{
color: #3BF668;
}
.AnyTagClassName
{
color: #3BF668;
}
</style>
background-color css
<style>
a { background-color: #3BF668; }
a { background-color: rgb(59,246,104); }
div.DivClassName
{
background-color: #3BF668;
}
.BgClassName
{
background-color: #3BF668;
}
</style>
border-color css
<style>
span { border-color: #3BF668; }
span { border-color: rgb(59,246,104); }
td.TdClassName
{
border-color: #3BF668;
}
.TagClassName
{
border-color: #3BF668;
}
</style>