Shades of Screamin' Green #3BF565
Tints of Screamin' Green #3BF565
RGB
CMYK
RGB Variations
Color information
#3BF565 (or 0x3BF565) is known color: Screamin' Green. HEX triplet: 3B, F5 and 65. RGB value is (59,245,101). Sum of RGB (Red+Green+Blue) = 59+245+101=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF565 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF565 is #C40A9A. Grayscale: #ADADAD. Windows color (decimal): -12847771 or 6681915. OLE color: 6681915.
HSL color Cylindrical-coordinate representation of color #3BF565: hue angle of 133.55º degrees, saturation: 0.9, 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 #3BF565 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 101 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.04 |
| HSL | 133.55º | 0.9% | 0.6% | - |
| HSV(B) | 133.55º | 0.76% | 0.96% | - |
| XYZ | 36.81 | 67.17 | 23.34 | - |
| YUV | 172.97 | 87.38 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 101 | 0.76 | 0 | 0.59 | 0.04 | 133.55 | 0.9 | 0.6 |
| Hex | 3B | F5 | 65 | 4C | 0 | 3B | 4 | 86 | 5A | 3C |
| Octal | 73 | 365 | 145 | 114 | 0 | 73 | 4 | 206 | 132 | 74 |
| Binary | 111011 | 11110101 | 1100101 | 1001100 | 0 | 111011 | 100 | 10000110 | 1011010 | 111100 |
Color Harmonies of #3BF565
Complementary color
Monochromatic Colors of #3BF565
Black with #3BF565
Text Example
Text Example
White with #3BF565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF565; }
p { color: rgb(59,245,101); }
H1.HeaderClassName
{
color: #3BF565;
}
.AnyTagClassName
{
color: #3BF565;
}
</style>
background-color css
<style>
a { background-color: #3BF565; }
a { background-color: rgb(59,245,101); }
div.DivClassName
{
background-color: #3BF565;
}
.BgClassName
{
background-color: #3BF565;
}
</style>
border-color css
<style>
span { border-color: #3BF565; }
span { border-color: rgb(59,245,101); }
td.TdClassName
{
border-color: #3BF565;
}
.TagClassName
{
border-color: #3BF565;
}
</style>