Shades of Screamin' Green #40FD65
Tints of Screamin' Green #40FD65
RGB
CMYK
RGB Variations
Color information
#40FD65 (or 0x40FD65) is known color: Screamin' Green. HEX triplet: 40, FD and 65. RGB value is (64,253,101). Sum of RGB (Red+Green+Blue) = 64+253+101=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FD65 is #BF029A. Grayscale: #B3B3B3. Windows color (decimal): -12518043 or 6683968. OLE color: 6683968.
HSL color Cylindrical-coordinate representation of color #40FD65: hue angle of 131.75º 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 #40FD65 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 101 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.01 |
| HSL | 131.75º | 0.98% | 0.62% | - |
| HSV(B) | 131.75º | 0.75% | 0.99% | - |
| XYZ | 39.59 | 72.28 | 24.18 | - |
| YUV | 179.16 | 83.88 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 101 | 0.75 | 0 | 0.60 | 0.01 | 131.75 | 0.98 | 0.62 |
| Hex | 40 | FD | 65 | 4B | 0 | 3C | 1 | 84 | 62 | 3E |
| Octal | 100 | 375 | 145 | 113 | 0 | 74 | 1 | 204 | 142 | 76 |
| Binary | 1000000 | 11111101 | 1100101 | 1001011 | 0 | 111100 | 1 | 10000100 | 1100010 | 111110 |
Color Harmonies of #40FD65
Complementary color
Monochromatic Colors of #40FD65
Black with #40FD65
Text Example
Text Example
White with #40FD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD65; }
p { color: rgb(64,253,101); }
H1.HeaderClassName
{
color: #40FD65;
}
.AnyTagClassName
{
color: #40FD65;
}
</style>
background-color css
<style>
a { background-color: #40FD65; }
a { background-color: rgb(64,253,101); }
div.DivClassName
{
background-color: #40FD65;
}
.BgClassName
{
background-color: #40FD65;
}
</style>
border-color css
<style>
span { border-color: #40FD65; }
span { border-color: rgb(64,253,101); }
td.TdClassName
{
border-color: #40FD65;
}
.TagClassName
{
border-color: #40FD65;
}
</style>