Shades of Screamin' Green #3DFF80
Tints of Screamin' Green #3DFF80
RGB
CMYK
RGB Variations
Color information
#3DFF80 (or 0x3DFF80) is known color: Screamin' Green. HEX triplet: 3D, FF and 80. RGB value is (61,255,128). Sum of RGB (Red+Green+Blue) = 61+255+128=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFF80 is #C2007F. Grayscale: #B6B6B6. Windows color (decimal): -12714112 or 8453949. OLE color: 8453949.
HSL color Cylindrical-coordinate representation of color #3DFF80: hue angle of 140.72º 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 #3DFF80 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 128 | - |
| CMYK | 0.76 | 0 | 0.50 | 0 |
| HSL | 140.72º | 1% | 0.62% | - |
| HSV(B) | 140.72º | 0.76% | 1% | - |
| XYZ | 41.58 | 74.07 | 32.53 | - |
| YUV | 182.52 | 97.23 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 128 | 0.76 | 0 | 0.50 | 0 | 140.72 | 1 | 0.62 |
| Hex | 3D | FF | 80 | 4C | 0 | 32 | 0 | 8D | 64 | 3E |
| Octal | 75 | 377 | 200 | 114 | 0 | 62 | 0 | 215 | 144 | 76 |
| Binary | 111101 | 11111111 | 10000000 | 1001100 | 0 | 110010 | 0 | 10001101 | 1100100 | 111110 |
Color Harmonies of #3DFF80
Complementary color
Monochromatic Colors of #3DFF80
Black with #3DFF80
Text Example
Text Example
White with #3DFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF80; }
p { color: rgb(61,255,128); }
H1.HeaderClassName
{
color: #3DFF80;
}
.AnyTagClassName
{
color: #3DFF80;
}
</style>
background-color css
<style>
a { background-color: #3DFF80; }
a { background-color: rgb(61,255,128); }
div.DivClassName
{
background-color: #3DFF80;
}
.BgClassName
{
background-color: #3DFF80;
}
</style>
border-color css
<style>
span { border-color: #3DFF80; }
span { border-color: rgb(61,255,128); }
td.TdClassName
{
border-color: #3DFF80;
}
.TagClassName
{
border-color: #3DFF80;
}
</style>