Shades of Screamin' Green #3FF770
Tints of Screamin' Green #3FF770
RGB
CMYK
RGB Variations
Color information
#3FF770 (or 0x3FF770) is known color: Screamin' Green. HEX triplet: 3F, F7 and 70. RGB value is (63,247,112). Sum of RGB (Red+Green+Blue) = 63+247+112=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF770 is #C0088F. Grayscale: #B0B0B0. Windows color (decimal): -12585104 or 7403327. OLE color: 7403327.
HSL color Cylindrical-coordinate representation of color #3FF770: hue angle of 135.98º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF770 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 112 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.03 |
| HSL | 135.98º | 0.92% | 0.61% | - |
| HSV(B) | 135.98º | 0.74% | 0.97% | - |
| XYZ | 38.24 | 68.75 | 26.58 | - |
| YUV | 176.59 | 91.54 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 112 | 0.74 | 0 | 0.55 | 0.03 | 135.98 | 0.92 | 0.61 |
| Hex | 3F | F7 | 70 | 4A | 0 | 37 | 3 | 88 | 5C | 3D |
| Octal | 77 | 367 | 160 | 112 | 0 | 67 | 3 | 210 | 134 | 75 |
| Binary | 111111 | 11110111 | 1110000 | 1001010 | 0 | 110111 | 11 | 10001000 | 1011100 | 111101 |
Color Harmonies of #3FF770
Complementary color
Monochromatic Colors of #3FF770
Black with #3FF770
Text Example
Text Example
White with #3FF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF770; }
p { color: rgb(63,247,112); }
H1.HeaderClassName
{
color: #3FF770;
}
.AnyTagClassName
{
color: #3FF770;
}
</style>
background-color css
<style>
a { background-color: #3FF770; }
a { background-color: rgb(63,247,112); }
div.DivClassName
{
background-color: #3FF770;
}
.BgClassName
{
background-color: #3FF770;
}
</style>
border-color css
<style>
span { border-color: #3FF770; }
span { border-color: rgb(63,247,112); }
td.TdClassName
{
border-color: #3FF770;
}
.TagClassName
{
border-color: #3FF770;
}
</style>