Shades of Screamin' Green #64EB40
Tints of Screamin' Green #64EB40
RGB
CMYK
RGB Variations
Color information
#64EB40 (or 0x64EB40) is known color: Screamin' Green. HEX triplet: 64, EB and 40. RGB value is (100,235,64). Sum of RGB (Red+Green+Blue) = 100+235+64=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 235 (92.19% from 255 or 58.90% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EB40 is #9B14BF. Grayscale: #AFAFAF. Windows color (decimal): -10163392 or 4254564. OLE color: 4254564.
HSL color Cylindrical-coordinate representation of color #64EB40: hue angle of 107.37º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64EB40 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 64 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.08 |
| HSL | 107.37º | 0.81% | 0.59% | - |
| HSV(B) | 107.37º | 0.73% | 0.92% | - |
| XYZ | 35.89 | 62.5 | 15.02 | - |
| YUV | 175.14 | 65.27 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 64 | 0.57 | 0 | 0.73 | 0.08 | 107.37 | 0.81 | 0.59 |
| Hex | 64 | EB | 40 | 39 | 0 | 49 | 8 | 6B | 51 | 3B |
| Octal | 144 | 353 | 100 | 71 | 0 | 111 | 10 | 153 | 121 | 73 |
| Binary | 1100100 | 11101011 | 1000000 | 111001 | 0 | 1001001 | 1000 | 1101011 | 1010001 | 111011 |
Color Harmonies of #64EB40
Complementary color
Monochromatic Colors of #64EB40
Black with #64EB40
Text Example
Text Example
White with #64EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EB40; }
p { color: rgb(100,235,64); }
H1.HeaderClassName
{
color: #64EB40;
}
.AnyTagClassName
{
color: #64EB40;
}
</style>
background-color css
<style>
a { background-color: #64EB40; }
a { background-color: rgb(100,235,64); }
div.DivClassName
{
background-color: #64EB40;
}
.BgClassName
{
background-color: #64EB40;
}
</style>
border-color css
<style>
span { border-color: #64EB40; }
span { border-color: rgb(100,235,64); }
td.TdClassName
{
border-color: #64EB40;
}
.TagClassName
{
border-color: #64EB40;
}
</style>