Shades of Screamin' Green #64EF45
Tints of Screamin' Green #64EF45
RGB
CMYK
RGB Variations
Color information
#64EF45 (or 0x64EF45) is known color: Screamin' Green. HEX triplet: 64, EF and 45. RGB value is (100,239,69). Sum of RGB (Red+Green+Blue) = 100+239+69=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 239 (93.75% from 255 or 58.58% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EF45 is #9B10BA. Grayscale: #B2B2B2. Windows color (decimal): -10162363 or 4583268. OLE color: 4583268.
HSL color Cylindrical-coordinate representation of color #64EF45: hue angle of 109.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64EF45 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 69 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.06 |
| HSL | 109.06º | 0.84% | 0.6% | - |
| HSV(B) | 109.06º | 0.71% | 0.94% | - |
| XYZ | 37.2 | 64.87 | 16.19 | - |
| YUV | 178.06 | 66.45 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 69 | 0.58 | 0 | 0.71 | 0.06 | 109.06 | 0.84 | 0.6 |
| Hex | 64 | EF | 45 | 3A | 0 | 47 | 6 | 6D | 54 | 3C |
| Octal | 144 | 357 | 105 | 72 | 0 | 107 | 6 | 155 | 124 | 74 |
| Binary | 1100100 | 11101111 | 1000101 | 111010 | 0 | 1000111 | 110 | 1101101 | 1010100 | 111100 |
Color Harmonies of #64EF45
Complementary color
Monochromatic Colors of #64EF45
Black with #64EF45
Text Example
Text Example
White with #64EF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF45; }
p { color: rgb(100,239,69); }
H1.HeaderClassName
{
color: #64EF45;
}
.AnyTagClassName
{
color: #64EF45;
}
</style>
background-color css
<style>
a { background-color: #64EF45; }
a { background-color: rgb(100,239,69); }
div.DivClassName
{
background-color: #64EF45;
}
.BgClassName
{
background-color: #64EF45;
}
</style>
border-color css
<style>
span { border-color: #64EF45; }
span { border-color: rgb(100,239,69); }
td.TdClassName
{
border-color: #64EF45;
}
.TagClassName
{
border-color: #64EF45;
}
</style>