Shades of Screamin' Green #64E15D
Tints of Screamin' Green #64E15D
RGB
CMYK
RGB Variations
Color information
#64E15D (or 0x64E15D) is known color: Screamin' Green. HEX triplet: 64, E1 and 5D. RGB value is (100,225,93). Sum of RGB (Red+Green+Blue) = 100+225+93=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #64E15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E15D is #9B1EA2. Grayscale: #ACACAC. Windows color (decimal): -10165923 or 6152548. OLE color: 6152548.
HSL color Cylindrical-coordinate representation of color #64E15D: hue angle of 116.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64E15D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 93 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.12 |
| HSL | 116.82º | 0.69% | 0.62% | - |
| HSV(B) | 116.82º | 0.59% | 0.88% | - |
| XYZ | 34.16 | 57.35 | 19.63 | - |
| YUV | 172.58 | 83.09 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 93 | 0.56 | 0 | 0.59 | 0.12 | 116.82 | 0.69 | 0.62 |
| Hex | 64 | E1 | 5D | 38 | 0 | 3B | C | 75 | 45 | 3E |
| Octal | 144 | 341 | 135 | 70 | 0 | 73 | 14 | 165 | 105 | 76 |
| Binary | 1100100 | 11100001 | 1011101 | 111000 | 0 | 111011 | 1100 | 1110101 | 1000101 | 111110 |
Color Harmonies of #64E15D
Complementary color
Monochromatic Colors of #64E15D
Black with #64E15D
Text Example
Text Example
White with #64E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E15D; }
p { color: rgb(100,225,93); }
H1.HeaderClassName
{
color: #64E15D;
}
.AnyTagClassName
{
color: #64E15D;
}
</style>
background-color css
<style>
a { background-color: #64E15D; }
a { background-color: rgb(100,225,93); }
div.DivClassName
{
background-color: #64E15D;
}
.BgClassName
{
background-color: #64E15D;
}
</style>
border-color css
<style>
span { border-color: #64E15D; }
span { border-color: rgb(100,225,93); }
td.TdClassName
{
border-color: #64E15D;
}
.TagClassName
{
border-color: #64E15D;
}
</style>