Shades of Screamin' Green #64FF40
Tints of Screamin' Green #64FF40
RGB
CMYK
RGB Variations
Color information
#64FF40 (or 0x64FF40) is known color: Screamin' Green. HEX triplet: 64, FF and 40. RGB value is (100,255,64). Sum of RGB (Red+Green+Blue) = 100+255+64=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF40 is #9B00BF. Grayscale: #BBBBBB. Windows color (decimal): -10158272 or 4259684. OLE color: 4259684.
HSL color Cylindrical-coordinate representation of color #64FF40: hue angle of 108.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64FF40 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 64 | - |
| CMYK | 0.61 | 0 | 0.75 | 0 |
| HSL | 108.69º | 1% | 0.63% | - |
| HSV(B) | 108.69º | 0.75% | 1% | - |
| XYZ | 41.94 | 74.6 | 17.04 | - |
| YUV | 186.88 | 58.65 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 64 | 0.61 | 0 | 0.75 | 0 | 108.69 | 1 | 0.63 |
| Hex | 64 | FF | 40 | 3D | 0 | 4B | 0 | 6D | 64 | 3F |
| Octal | 144 | 377 | 100 | 75 | 0 | 113 | 0 | 155 | 144 | 77 |
| Binary | 1100100 | 11111111 | 1000000 | 111101 | 0 | 1001011 | 0 | 1101101 | 1100100 | 111111 |
Color Harmonies of #64FF40
Complementary color
Monochromatic Colors of #64FF40
Black with #64FF40
Text Example
Text Example
White with #64FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF40; }
p { color: rgb(100,255,64); }
H1.HeaderClassName
{
color: #64FF40;
}
.AnyTagClassName
{
color: #64FF40;
}
</style>
background-color css
<style>
a { background-color: #64FF40; }
a { background-color: rgb(100,255,64); }
div.DivClassName
{
background-color: #64FF40;
}
.BgClassName
{
background-color: #64FF40;
}
</style>
border-color css
<style>
span { border-color: #64FF40; }
span { border-color: rgb(100,255,64); }
td.TdClassName
{
border-color: #64FF40;
}
.TagClassName
{
border-color: #64FF40;
}
</style>