Shades of Screamin' Green #3FFF7D
Tints of Screamin' Green #3FFF7D
RGB
CMYK
RGB Variations
Color information
#3FFF7D (or 0x3FFF7D) is known color: Screamin' Green. HEX triplet: 3F, FF and 7D. RGB value is (63,255,125). Sum of RGB (Red+Green+Blue) = 63+255+125=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF7D is #C00082. Grayscale: #B7B7B7. Windows color (decimal): -12583043 or 8257343. OLE color: 8257343.
HSL color Cylindrical-coordinate representation of color #3FFF7D: hue angle of 139.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFF7D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 125 | - |
| CMYK | 0.75 | 0 | 0.51 | 0 |
| HSL | 139.38º | 1% | 0.62% | - |
| HSV(B) | 139.38º | 0.75% | 1% | - |
| XYZ | 41.51 | 74.06 | 31.51 | - |
| YUV | 182.77 | 95.39 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 125 | 0.75 | 0 | 0.51 | 0 | 139.38 | 1 | 0.62 |
| Hex | 3F | FF | 7D | 4B | 0 | 33 | 0 | 8B | 64 | 3E |
| Octal | 77 | 377 | 175 | 113 | 0 | 63 | 0 | 213 | 144 | 76 |
| Binary | 111111 | 11111111 | 1111101 | 1001011 | 0 | 110011 | 0 | 10001011 | 1100100 | 111110 |
Color Harmonies of #3FFF7D
Complementary color
Monochromatic Colors of #3FFF7D
Black with #3FFF7D
Text Example
Text Example
White with #3FFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF7D; }
p { color: rgb(63,255,125); }
H1.HeaderClassName
{
color: #3FFF7D;
}
.AnyTagClassName
{
color: #3FFF7D;
}
</style>
background-color css
<style>
a { background-color: #3FFF7D; }
a { background-color: rgb(63,255,125); }
div.DivClassName
{
background-color: #3FFF7D;
}
.BgClassName
{
background-color: #3FFF7D;
}
</style>
border-color css
<style>
span { border-color: #3FFF7D; }
span { border-color: rgb(63,255,125); }
td.TdClassName
{
border-color: #3FFF7D;
}
.TagClassName
{
border-color: #3FFF7D;
}
</style>