Shades of Screamin' Green #40F770
Tints of Screamin' Green #40F770
RGB
CMYK
RGB Variations
Color information
#40F770 (or 0x40F770) is known color: Screamin' Green. HEX triplet: 40, F7 and 70. RGB value is (64,247,112). Sum of RGB (Red+Green+Blue) = 64+247+112=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #40F770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F770 is #BF088F. Grayscale: #B1B1B1. Windows color (decimal): -12519568 or 7403328. OLE color: 7403328.
HSL color Cylindrical-coordinate representation of color #40F770: hue angle of 135.74º 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 #40F770 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 112 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.03 |
| HSL | 135.74º | 0.92% | 0.61% | - |
| HSV(B) | 135.74º | 0.74% | 0.97% | - |
| XYZ | 38.3 | 68.78 | 26.59 | - |
| YUV | 176.89 | 91.37 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 112 | 0.74 | 0 | 0.55 | 0.03 | 135.74 | 0.92 | 0.61 |
| Hex | 40 | F7 | 70 | 4A | 0 | 37 | 3 | 88 | 5C | 3D |
| Octal | 100 | 367 | 160 | 112 | 0 | 67 | 3 | 210 | 134 | 75 |
| Binary | 1000000 | 11110111 | 1110000 | 1001010 | 0 | 110111 | 11 | 10001000 | 1011100 | 111101 |
Color Harmonies of #40F770
Complementary color
Monochromatic Colors of #40F770
Black with #40F770
Text Example
Text Example
White with #40F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F770; }
p { color: rgb(64,247,112); }
H1.HeaderClassName
{
color: #40F770;
}
.AnyTagClassName
{
color: #40F770;
}
</style>
background-color css
<style>
a { background-color: #40F770; }
a { background-color: rgb(64,247,112); }
div.DivClassName
{
background-color: #40F770;
}
.BgClassName
{
background-color: #40F770;
}
</style>
border-color css
<style>
span { border-color: #40F770; }
span { border-color: rgb(64,247,112); }
td.TdClassName
{
border-color: #40F770;
}
.TagClassName
{
border-color: #40F770;
}
</style>