Shades of Screamin' Green #3DFF50
Tints of Screamin' Green #3DFF50
RGB
CMYK
RGB Variations
Color information
#3DFF50 (or 0x3DFF50) is known color: Screamin' Green. HEX triplet: 3D, FF and 50. RGB value is (61,255,80). Sum of RGB (Red+Green+Blue) = 61+255+80=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFF50 is #C200AF. Grayscale: #B1B1B1. Windows color (decimal): -12714160 or 5308221. OLE color: 5308221.
HSL color Cylindrical-coordinate representation of color #3DFF50: hue angle of 125.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFF50 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 80 | - |
| CMYK | 0.76 | 0 | 0.69 | 0 |
| HSL | 125.88º | 1% | 0.62% | - |
| HSV(B) | 125.88º | 0.76% | 1% | - |
| XYZ | 39.13 | 73.09 | 19.63 | - |
| YUV | 177.04 | 73.23 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 80 | 0.76 | 0 | 0.69 | 0 | 125.88 | 1 | 0.62 |
| Hex | 3D | FF | 50 | 4C | 0 | 45 | 0 | 7E | 64 | 3E |
| Octal | 75 | 377 | 120 | 114 | 0 | 105 | 0 | 176 | 144 | 76 |
| Binary | 111101 | 11111111 | 1010000 | 1001100 | 0 | 1000101 | 0 | 1111110 | 1100100 | 111110 |
Color Harmonies of #3DFF50
Complementary color
Monochromatic Colors of #3DFF50
Black with #3DFF50
Text Example
Text Example
White with #3DFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF50; }
p { color: rgb(61,255,80); }
H1.HeaderClassName
{
color: #3DFF50;
}
.AnyTagClassName
{
color: #3DFF50;
}
</style>
background-color css
<style>
a { background-color: #3DFF50; }
a { background-color: rgb(61,255,80); }
div.DivClassName
{
background-color: #3DFF50;
}
.BgClassName
{
background-color: #3DFF50;
}
</style>
border-color css
<style>
span { border-color: #3DFF50; }
span { border-color: rgb(61,255,80); }
td.TdClassName
{
border-color: #3DFF50;
}
.TagClassName
{
border-color: #3DFF50;
}
</style>