Shades of Screamin' Green #3BFF77
Tints of Screamin' Green #3BFF77
RGB
CMYK
RGB Variations
Color information
#3BFF77 (or 0x3BFF77) is known color: Screamin' Green. HEX triplet: 3B, FF and 77. RGB value is (59,255,119). Sum of RGB (Red+Green+Blue) = 59+255+119=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF77 is #C40088. Grayscale: #B5B5B5. Windows color (decimal): -12845193 or 7864123. OLE color: 7864123.
HSL color Cylindrical-coordinate representation of color #3BFF77: hue angle of 138.37º 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 #3BFF77 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 119 | - |
| CMYK | 0.77 | 0 | 0.53 | 0 |
| HSL | 138.37º | 1% | 0.62% | - |
| HSV(B) | 138.37º | 0.77% | 1% | - |
| XYZ | 40.89 | 73.78 | 29.54 | - |
| YUV | 180.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 119 | 0.77 | 0 | 0.53 | 0 | 138.37 | 1 | 0.62 |
| Hex | 3B | FF | 77 | 4D | 0 | 35 | 0 | 8A | 64 | 3E |
| Octal | 73 | 377 | 167 | 115 | 0 | 65 | 0 | 212 | 144 | 76 |
| Binary | 111011 | 11111111 | 1110111 | 1001101 | 0 | 110101 | 0 | 10001010 | 1100100 | 111110 |
Color Harmonies of #3BFF77
Complementary color
Monochromatic Colors of #3BFF77
Black with #3BFF77
Text Example
Text Example
White with #3BFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF77; }
p { color: rgb(59,255,119); }
H1.HeaderClassName
{
color: #3BFF77;
}
.AnyTagClassName
{
color: #3BFF77;
}
</style>
background-color css
<style>
a { background-color: #3BFF77; }
a { background-color: rgb(59,255,119); }
div.DivClassName
{
background-color: #3BFF77;
}
.BgClassName
{
background-color: #3BFF77;
}
</style>
border-color css
<style>
span { border-color: #3BFF77; }
span { border-color: rgb(59,255,119); }
td.TdClassName
{
border-color: #3BFF77;
}
.TagClassName
{
border-color: #3BFF77;
}
</style>