Shades of Screamin' Green #40F04F
Tints of Screamin' Green #40F04F
RGB
CMYK
RGB Variations
Color information
#40F04F (or 0x40F04F) is known color: Screamin' Green. HEX triplet: 40, F0 and 4F. RGB value is (64,240,79). Sum of RGB (Red+Green+Blue) = 64+240+79=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 240 (94.14% from 255 or 62.66% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 240 - color contains mainly: green. Hex color #40F04F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F04F is #BF0FB0. Grayscale: #A9A9A9. Windows color (decimal): -12521393 or 5238848. OLE color: 5238848.
HSL color Cylindrical-coordinate representation of color #40F04F: hue angle of 125.11º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F04F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 79 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.06 |
| HSL | 125.11º | 0.85% | 0.6% | - |
| HSV(B) | 125.11º | 0.73% | 0.94% | - |
| XYZ | 34.69 | 63.97 | 17.92 | - |
| YUV | 169.02 | 77.19 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 79 | 0.73 | 0 | 0.67 | 0.06 | 125.11 | 0.85 | 0.6 |
| Hex | 40 | F0 | 4F | 49 | 0 | 43 | 6 | 7D | 55 | 3C |
| Octal | 100 | 360 | 117 | 111 | 0 | 103 | 6 | 175 | 125 | 74 |
| Binary | 1000000 | 11110000 | 1001111 | 1001001 | 0 | 1000011 | 110 | 1111101 | 1010101 | 111100 |
Color Harmonies of #40F04F
Complementary color
Monochromatic Colors of #40F04F
Black with #40F04F
Text Example
Text Example
White with #40F04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F04F; }
p { color: rgb(64,240,79); }
H1.HeaderClassName
{
color: #40F04F;
}
.AnyTagClassName
{
color: #40F04F;
}
</style>
background-color css
<style>
a { background-color: #40F04F; }
a { background-color: rgb(64,240,79); }
div.DivClassName
{
background-color: #40F04F;
}
.BgClassName
{
background-color: #40F04F;
}
</style>
border-color css
<style>
span { border-color: #40F04F; }
span { border-color: rgb(64,240,79); }
td.TdClassName
{
border-color: #40F04F;
}
.TagClassName
{
border-color: #40F04F;
}
</style>