Shades of Screamin' Green #3FFE80
Tints of Screamin' Green #3FFE80
RGB
CMYK
RGB Variations
Color information
#3FFE80 (or 0x3FFE80) is known color: Screamin' Green. HEX triplet: 3F, FE and 80. RGB value is (63,254,128). Sum of RGB (Red+Green+Blue) = 63+254+128=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFE80 is #C0017F. Grayscale: #B6B6B6. Windows color (decimal): -12583296 or 8453695. OLE color: 8453695.
HSL color Cylindrical-coordinate representation of color #3FFE80: hue angle of 140.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFE80 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 128 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.00 |
| HSL | 140.42º | 0.99% | 0.62% | - |
| HSV(B) | 140.42º | 0.75% | 1% | - |
| XYZ | 41.39 | 73.5 | 32.43 | - |
| YUV | 182.53 | 97.22 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 128 | 0.75 | 0 | 0.50 | 0.00 | 140.42 | 0.99 | 0.62 |
| Hex | 3F | FE | 80 | 4B | 0 | 32 | 0 | 8C | 63 | 3E |
| Octal | 77 | 376 | 200 | 113 | 0 | 62 | 0 | 214 | 143 | 76 |
| Binary | 111111 | 11111110 | 10000000 | 1001011 | 0 | 110010 | 0 | 10001100 | 1100011 | 111110 |
Color Harmonies of #3FFE80
Complementary color
Monochromatic Colors of #3FFE80
Black with #3FFE80
Text Example
Text Example
White with #3FFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE80; }
p { color: rgb(63,254,128); }
H1.HeaderClassName
{
color: #3FFE80;
}
.AnyTagClassName
{
color: #3FFE80;
}
</style>
background-color css
<style>
a { background-color: #3FFE80; }
a { background-color: rgb(63,254,128); }
div.DivClassName
{
background-color: #3FFE80;
}
.BgClassName
{
background-color: #3FFE80;
}
</style>
border-color css
<style>
span { border-color: #3FFE80; }
span { border-color: rgb(63,254,128); }
td.TdClassName
{
border-color: #3FFE80;
}
.TagClassName
{
border-color: #3FFE80;
}
</style>