Shades of Screamin' Green #40FD64
Tints of Screamin' Green #40FD64
RGB
CMYK
RGB Variations
Color information
#40FD64 (or 0x40FD64) is known color: Screamin' Green. HEX triplet: 40, FD and 64. RGB value is (64,253,100). Sum of RGB (Red+Green+Blue) = 64+253+100=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FD64 is #BF029B. Grayscale: #B3B3B3. Windows color (decimal): -12518044 or 6618432. OLE color: 6618432.
HSL color Cylindrical-coordinate representation of color #40FD64: hue angle of 131.43º 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 #40FD64 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 100 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.01 |
| HSL | 131.43º | 0.98% | 0.62% | - |
| HSV(B) | 131.43º | 0.75% | 0.99% | - |
| XYZ | 39.54 | 72.26 | 23.92 | - |
| YUV | 179.05 | 83.38 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 100 | 0.75 | 0 | 0.60 | 0.01 | 131.43 | 0.98 | 0.62 |
| Hex | 40 | FD | 64 | 4B | 0 | 3C | 1 | 83 | 62 | 3E |
| Octal | 100 | 375 | 144 | 113 | 0 | 74 | 1 | 203 | 142 | 76 |
| Binary | 1000000 | 11111101 | 1100100 | 1001011 | 0 | 111100 | 1 | 10000011 | 1100010 | 111110 |
Color Harmonies of #40FD64
Complementary color
Monochromatic Colors of #40FD64
Black with #40FD64
Text Example
Text Example
White with #40FD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD64; }
p { color: rgb(64,253,100); }
H1.HeaderClassName
{
color: #40FD64;
}
.AnyTagClassName
{
color: #40FD64;
}
</style>
background-color css
<style>
a { background-color: #40FD64; }
a { background-color: rgb(64,253,100); }
div.DivClassName
{
background-color: #40FD64;
}
.BgClassName
{
background-color: #40FD64;
}
</style>
border-color css
<style>
span { border-color: #40FD64; }
span { border-color: rgb(64,253,100); }
td.TdClassName
{
border-color: #40FD64;
}
.TagClassName
{
border-color: #40FD64;
}
</style>