Shades of Screamin' Green #64EA60
Tints of Screamin' Green #64EA60
RGB
CMYK
RGB Variations
Color information
#64EA60 (or 0x64EA60) is known color: Screamin' Green. HEX triplet: 64, EA and 60. RGB value is (100,234,96). Sum of RGB (Red+Green+Blue) = 100+234+96=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EA60 is #9B159F. Grayscale: #B2B2B2. Windows color (decimal): -10163616 or 6351460. OLE color: 6351460.
HSL color Cylindrical-coordinate representation of color #64EA60: hue angle of 118.26º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64EA60 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 96 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.08 |
| HSL | 118.26º | 0.77% | 0.65% | - |
| HSV(B) | 118.26º | 0.59% | 0.92% | - |
| XYZ | 36.79 | 62.4 | 21.17 | - |
| YUV | 178.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 96 | 0.57 | 0 | 0.59 | 0.08 | 118.26 | 0.77 | 0.65 |
| Hex | 64 | EA | 60 | 39 | 0 | 3B | 8 | 76 | 4D | 41 |
| Octal | 144 | 352 | 140 | 71 | 0 | 73 | 10 | 166 | 115 | 101 |
| Binary | 1100100 | 11101010 | 1100000 | 111001 | 0 | 111011 | 1000 | 1110110 | 1001101 | 1000001 |
Color Harmonies of #64EA60
Complementary color
Monochromatic Colors of #64EA60
Black with #64EA60
Text Example
Text Example
White with #64EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA60; }
p { color: rgb(100,234,96); }
H1.HeaderClassName
{
color: #64EA60;
}
.AnyTagClassName
{
color: #64EA60;
}
</style>
background-color css
<style>
a { background-color: #64EA60; }
a { background-color: rgb(100,234,96); }
div.DivClassName
{
background-color: #64EA60;
}
.BgClassName
{
background-color: #64EA60;
}
</style>
border-color css
<style>
span { border-color: #64EA60; }
span { border-color: rgb(100,234,96); }
td.TdClassName
{
border-color: #64EA60;
}
.TagClassName
{
border-color: #64EA60;
}
</style>