Shades of Screamin' Green #64EB64
Tints of Screamin' Green #64EB64
RGB
CMYK
RGB Variations
Color information
#64EB64 (or 0x64EB64) is known color: Screamin' Green. HEX triplet: 64, EB and 64. RGB value is (100,235,100). Sum of RGB (Red+Green+Blue) = 100+235+100=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EB64 is #9B149B. Grayscale: #B3B3B3. Windows color (decimal): -10163356 or 6613860. OLE color: 6613860.
HSL color Cylindrical-coordinate representation of color #64EB64: hue angle of 120º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EB64 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 100 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.08 |
| HSL | 120º | 0.77% | 0.66% | - |
| HSV(B) | 120º | 0.57% | 0.92% | - |
| XYZ | 37.26 | 63.05 | 22.26 | - |
| YUV | 179.25 | 83.27 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 100 | 0.57 | 0 | 0.57 | 0.08 | 120 | 0.77 | 0.66 |
| Hex | 64 | EB | 64 | 39 | 0 | 39 | 8 | 78 | 4D | 42 |
| Octal | 144 | 353 | 144 | 71 | 0 | 71 | 10 | 170 | 115 | 102 |
| Binary | 1100100 | 11101011 | 1100100 | 111001 | 0 | 111001 | 1000 | 1111000 | 1001101 | 1000010 |
Color Harmonies of #64EB64
Complementary color
Monochromatic Colors of #64EB64
Black with #64EB64
Text Example
Text Example
White with #64EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EB64; }
p { color: rgb(100,235,100); }
H1.HeaderClassName
{
color: #64EB64;
}
.AnyTagClassName
{
color: #64EB64;
}
</style>
background-color css
<style>
a { background-color: #64EB64; }
a { background-color: rgb(100,235,100); }
div.DivClassName
{
background-color: #64EB64;
}
.BgClassName
{
background-color: #64EB64;
}
</style>
border-color css
<style>
span { border-color: #64EB64; }
span { border-color: rgb(100,235,100); }
td.TdClassName
{
border-color: #64EB64;
}
.TagClassName
{
border-color: #64EB64;
}
</style>