Shades of Screamin' Green #40F75D
Tints of Screamin' Green #40F75D
RGB
CMYK
RGB Variations
Color information
#40F75D (or 0x40F75D) is known color: Screamin' Green. HEX triplet: 40, F7 and 5D. RGB value is (64,247,93). Sum of RGB (Red+Green+Blue) = 64+247+93=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #40F75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F75D is #BF08A2. Grayscale: #AFAFAF. Windows color (decimal): -12519587 or 6158144. OLE color: 6158144.
HSL color Cylindrical-coordinate representation of color #40F75D: hue angle of 129.51º 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 #40F75D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 93 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.03 |
| HSL | 129.51º | 0.92% | 0.61% | - |
| HSV(B) | 129.51º | 0.74% | 0.97% | - |
| XYZ | 37.35 | 68.4 | 21.59 | - |
| YUV | 174.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 93 | 0.74 | 0 | 0.62 | 0.03 | 129.51 | 0.92 | 0.61 |
| Hex | 40 | F7 | 5D | 4A | 0 | 3E | 3 | 82 | 5C | 3D |
| Octal | 100 | 367 | 135 | 112 | 0 | 76 | 3 | 202 | 134 | 75 |
| Binary | 1000000 | 11110111 | 1011101 | 1001010 | 0 | 111110 | 11 | 10000010 | 1011100 | 111101 |
Color Harmonies of #40F75D
Complementary color
Monochromatic Colors of #40F75D
Black with #40F75D
Text Example
Text Example
White with #40F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F75D; }
p { color: rgb(64,247,93); }
H1.HeaderClassName
{
color: #40F75D;
}
.AnyTagClassName
{
color: #40F75D;
}
</style>
background-color css
<style>
a { background-color: #40F75D; }
a { background-color: rgb(64,247,93); }
div.DivClassName
{
background-color: #40F75D;
}
.BgClassName
{
background-color: #40F75D;
}
</style>
border-color css
<style>
span { border-color: #40F75D; }
span { border-color: rgb(64,247,93); }
td.TdClassName
{
border-color: #40F75D;
}
.TagClassName
{
border-color: #40F75D;
}
</style>