Shades of Screamin' Green #64EA38
Tints of Screamin' Green #64EA38
RGB
CMYK
RGB Variations
Color information
#64EA38 (or 0x64EA38) is known color: Screamin' Green. HEX triplet: 64, EA and 38. RGB value is (100,234,56). Sum of RGB (Red+Green+Blue) = 100+234+56=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 234 (91.80% from 255 or 60% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EA38 is #9B15C7. Grayscale: #AEAEAE. Windows color (decimal): -10163656 or 3730020. OLE color: 3730020.
HSL color Cylindrical-coordinate representation of color #64EA38: hue angle of 105.17º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64EA38 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 56 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.08 |
| HSL | 105.17º | 0.81% | 0.57% | - |
| HSV(B) | 105.17º | 0.76% | 0.92% | - |
| XYZ | 35.39 | 61.84 | 13.81 | - |
| YUV | 173.64 | 61.61 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 56 | 0.57 | 0 | 0.76 | 0.08 | 105.17 | 0.81 | 0.57 |
| Hex | 64 | EA | 38 | 39 | 0 | 4C | 8 | 69 | 51 | 39 |
| Octal | 144 | 352 | 70 | 71 | 0 | 114 | 10 | 151 | 121 | 71 |
| Binary | 1100100 | 11101010 | 111000 | 111001 | 0 | 1001100 | 1000 | 1101001 | 1010001 | 111001 |
Color Harmonies of #64EA38
Complementary color
Monochromatic Colors of #64EA38
Black with #64EA38
Text Example
Text Example
White with #64EA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA38; }
p { color: rgb(100,234,56); }
H1.HeaderClassName
{
color: #64EA38;
}
.AnyTagClassName
{
color: #64EA38;
}
</style>
background-color css
<style>
a { background-color: #64EA38; }
a { background-color: rgb(100,234,56); }
div.DivClassName
{
background-color: #64EA38;
}
.BgClassName
{
background-color: #64EA38;
}
</style>
border-color css
<style>
span { border-color: #64EA38; }
span { border-color: rgb(100,234,56); }
td.TdClassName
{
border-color: #64EA38;
}
.TagClassName
{
border-color: #64EA38;
}
</style>