Shades of Screamin' Green #40F84D
Tints of Screamin' Green #40F84D
RGB
CMYK
RGB Variations
Color information
#40F84D (or 0x40F84D) is known color: Screamin' Green. HEX triplet: 40, F8 and 4D. RGB value is (64,248,77). Sum of RGB (Red+Green+Blue) = 64+248+77=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 248 (97.27% from 255 or 63.75% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 248 - color contains mainly: green. Hex color #40F84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F84D is #BF07B2. Grayscale: #ADADAD. Windows color (decimal): -12519347 or 5109824. OLE color: 5109824.
HSL color Cylindrical-coordinate representation of color #40F84D: hue angle of 124.24º degrees, saturation: 0.93, 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 #40F84D is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 77 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.03 |
| HSL | 124.24º | 0.93% | 0.61% | - |
| HSV(B) | 124.24º | 0.74% | 0.97% | - |
| XYZ | 37.02 | 68.76 | 18.34 | - |
| YUV | 173.49 | 73.54 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 77 | 0.74 | 0 | 0.69 | 0.03 | 124.24 | 0.93 | 0.61 |
| Hex | 40 | F8 | 4D | 4A | 0 | 45 | 3 | 7C | 5D | 3D |
| Octal | 100 | 370 | 115 | 112 | 0 | 105 | 3 | 174 | 135 | 75 |
| Binary | 1000000 | 11111000 | 1001101 | 1001010 | 0 | 1000101 | 11 | 1111100 | 1011101 | 111101 |
Color Harmonies of #40F84D
Complementary color
Monochromatic Colors of #40F84D
Black with #40F84D
Text Example
Text Example
White with #40F84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F84D; }
p { color: rgb(64,248,77); }
H1.HeaderClassName
{
color: #40F84D;
}
.AnyTagClassName
{
color: #40F84D;
}
</style>
background-color css
<style>
a { background-color: #40F84D; }
a { background-color: rgb(64,248,77); }
div.DivClassName
{
background-color: #40F84D;
}
.BgClassName
{
background-color: #40F84D;
}
</style>
border-color css
<style>
span { border-color: #40F84D; }
span { border-color: rgb(64,248,77); }
td.TdClassName
{
border-color: #40F84D;
}
.TagClassName
{
border-color: #40F84D;
}
</style>