Shades of Screamin' Green #40F571
Tints of Screamin' Green #40F571
RGB
CMYK
RGB Variations
Color information
#40F571 (or 0x40F571) is known color: Screamin' Green. HEX triplet: 40, F5 and 71. RGB value is (64,245,113). Sum of RGB (Red+Green+Blue) = 64+245+113=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #40F571 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F571 is #BF0A8E. Grayscale: #B0B0B0. Windows color (decimal): -12520079 or 7468352. OLE color: 7468352.
HSL color Cylindrical-coordinate representation of color #40F571: hue angle of 136.24º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F571 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 113 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.04 |
| HSL | 136.24º | 0.9% | 0.61% | - |
| HSV(B) | 136.24º | 0.74% | 0.96% | - |
| XYZ | 37.75 | 67.59 | 26.68 | - |
| YUV | 175.83 | 92.53 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 113 | 0.74 | 0 | 0.54 | 0.04 | 136.24 | 0.9 | 0.61 |
| Hex | 40 | F5 | 71 | 4A | 0 | 36 | 4 | 88 | 5A | 3D |
| Octal | 100 | 365 | 161 | 112 | 0 | 66 | 4 | 210 | 132 | 75 |
| Binary | 1000000 | 11110101 | 1110001 | 1001010 | 0 | 110110 | 100 | 10001000 | 1011010 | 111101 |
Color Harmonies of #40F571
Complementary color
Monochromatic Colors of #40F571
Black with #40F571
Text Example
Text Example
White with #40F571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F571; }
p { color: rgb(64,245,113); }
H1.HeaderClassName
{
color: #40F571;
}
.AnyTagClassName
{
color: #40F571;
}
</style>
background-color css
<style>
a { background-color: #40F571; }
a { background-color: rgb(64,245,113); }
div.DivClassName
{
background-color: #40F571;
}
.BgClassName
{
background-color: #40F571;
}
</style>
border-color css
<style>
span { border-color: #40F571; }
span { border-color: rgb(64,245,113); }
td.TdClassName
{
border-color: #40F571;
}
.TagClassName
{
border-color: #40F571;
}
</style>