Shades of Screamin' Green #3BFF56
Tints of Screamin' Green #3BFF56
RGB
CMYK
RGB Variations
Color information
#3BFF56 (or 0x3BFF56) is known color: Screamin' Green. HEX triplet: 3B, FF and 56. RGB value is (59,255,86). Sum of RGB (Red+Green+Blue) = 59+255+86=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF56 is #C400A9. Grayscale: #B1B1B1. Windows color (decimal): -12845226 or 5701435. OLE color: 5701435.
HSL color Cylindrical-coordinate representation of color #3BFF56: hue angle of 128.27º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF56 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 86 | - |
| CMYK | 0.77 | 0 | 0.66 | 0 |
| HSL | 128.27º | 1% | 0.62% | - |
| HSV(B) | 128.27º | 0.77% | 1% | - |
| XYZ | 39.24 | 73.12 | 20.85 | - |
| YUV | 177.13 | 76.57 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 86 | 0.77 | 0 | 0.66 | 0 | 128.27 | 1 | 0.62 |
| Hex | 3B | FF | 56 | 4D | 0 | 42 | 0 | 80 | 64 | 3E |
| Octal | 73 | 377 | 126 | 115 | 0 | 102 | 0 | 200 | 144 | 76 |
| Binary | 111011 | 11111111 | 1010110 | 1001101 | 0 | 1000010 | 0 | 10000000 | 1100100 | 111110 |
Color Harmonies of #3BFF56
Complementary color
Monochromatic Colors of #3BFF56
Black with #3BFF56
Text Example
Text Example
White with #3BFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF56; }
p { color: rgb(59,255,86); }
H1.HeaderClassName
{
color: #3BFF56;
}
.AnyTagClassName
{
color: #3BFF56;
}
</style>
background-color css
<style>
a { background-color: #3BFF56; }
a { background-color: rgb(59,255,86); }
div.DivClassName
{
background-color: #3BFF56;
}
.BgClassName
{
background-color: #3BFF56;
}
</style>
border-color css
<style>
span { border-color: #3BFF56; }
span { border-color: rgb(59,255,86); }
td.TdClassName
{
border-color: #3BFF56;
}
.TagClassName
{
border-color: #3BFF56;
}
</style>