Shades of Screamin' Green #40FD70
Tints of Screamin' Green #40FD70
RGB
CMYK
RGB Variations
Color information
#40FD70 (or 0x40FD70) is known color: Screamin' Green. HEX triplet: 40, FD and 70. RGB value is (64,253,112). Sum of RGB (Red+Green+Blue) = 64+253+112=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 253 (99.22% from 255 or 58.97% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FD70 is #BF028F. Grayscale: #B4B4B4. Windows color (decimal): -12518032 or 7404864. OLE color: 7404864.
HSL color Cylindrical-coordinate representation of color #40FD70: hue angle of 135.24º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FD70 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 112 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.01 |
| HSL | 135.24º | 0.98% | 0.62% | - |
| HSV(B) | 135.24º | 0.75% | 0.99% | - |
| XYZ | 40.16 | 72.51 | 27.21 | - |
| YUV | 180.42 | 89.38 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 112 | 0.75 | 0 | 0.56 | 0.01 | 135.24 | 0.98 | 0.62 |
| Hex | 40 | FD | 70 | 4B | 0 | 38 | 1 | 87 | 62 | 3E |
| Octal | 100 | 375 | 160 | 113 | 0 | 70 | 1 | 207 | 142 | 76 |
| Binary | 1000000 | 11111101 | 1110000 | 1001011 | 0 | 111000 | 1 | 10000111 | 1100010 | 111110 |
Color Harmonies of #40FD70
Complementary color
Monochromatic Colors of #40FD70
Black with #40FD70
Text Example
Text Example
White with #40FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD70; }
p { color: rgb(64,253,112); }
H1.HeaderClassName
{
color: #40FD70;
}
.AnyTagClassName
{
color: #40FD70;
}
</style>
background-color css
<style>
a { background-color: #40FD70; }
a { background-color: rgb(64,253,112); }
div.DivClassName
{
background-color: #40FD70;
}
.BgClassName
{
background-color: #40FD70;
}
</style>
border-color css
<style>
span { border-color: #40FD70; }
span { border-color: rgb(64,253,112); }
td.TdClassName
{
border-color: #40FD70;
}
.TagClassName
{
border-color: #40FD70;
}
</style>