Shades of Screamin' Green #64EF4D
Tints of Screamin' Green #64EF4D
RGB
CMYK
RGB Variations
Color information
#64EF4D (or 0x64EF4D) is known color: Screamin' Green. HEX triplet: 64, EF and 4D. RGB value is (100,239,77). Sum of RGB (Red+Green+Blue) = 100+239+77=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EF4D is #9B10B2. Grayscale: #B3B3B3. Windows color (decimal): -10162355 or 5107556. OLE color: 5107556.
HSL color Cylindrical-coordinate representation of color #64EF4D: hue angle of 111.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64EF4D is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 77 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.06 |
| HSL | 111.48º | 0.84% | 0.62% | - |
| HSV(B) | 111.48º | 0.68% | 0.94% | - |
| XYZ | 37.46 | 64.98 | 17.59 | - |
| YUV | 178.97 | 70.45 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 77 | 0.58 | 0 | 0.68 | 0.06 | 111.48 | 0.84 | 0.62 |
| Hex | 64 | EF | 4D | 3A | 0 | 44 | 6 | 6F | 54 | 3E |
| Octal | 144 | 357 | 115 | 72 | 0 | 104 | 6 | 157 | 124 | 76 |
| Binary | 1100100 | 11101111 | 1001101 | 111010 | 0 | 1000100 | 110 | 1101111 | 1010100 | 111110 |
Color Harmonies of #64EF4D
Complementary color
Monochromatic Colors of #64EF4D
Black with #64EF4D
Text Example
Text Example
White with #64EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF4D; }
p { color: rgb(100,239,77); }
H1.HeaderClassName
{
color: #64EF4D;
}
.AnyTagClassName
{
color: #64EF4D;
}
</style>
background-color css
<style>
a { background-color: #64EF4D; }
a { background-color: rgb(100,239,77); }
div.DivClassName
{
background-color: #64EF4D;
}
.BgClassName
{
background-color: #64EF4D;
}
</style>
border-color css
<style>
span { border-color: #64EF4D; }
span { border-color: rgb(100,239,77); }
td.TdClassName
{
border-color: #64EF4D;
}
.TagClassName
{
border-color: #64EF4D;
}
</style>