Shades of Screamin' Green #64EE36
Tints of Screamin' Green #64EE36
RGB
CMYK
RGB Variations
Color information
#64EE36 (or 0x64EE36) is known color: Screamin' Green. HEX triplet: 64, EE and 36. RGB value is (100,238,54). Sum of RGB (Red+Green+Blue) = 100+238+54=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 238 (93.36% from 255 or 60.71% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EE36 is #9B11C9. Grayscale: #B0B0B0. Windows color (decimal): -10162634 or 3599972. OLE color: 3599972.
HSL color Cylindrical-coordinate representation of color #64EE36: hue angle of 105º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64EE36 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 54 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.07 |
| HSL | 105º | 0.84% | 0.57% | - |
| HSV(B) | 105º | 0.77% | 0.93% | - |
| XYZ | 36.5 | 64.12 | 13.94 | - |
| YUV | 175.76 | 59.28 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 54 | 0.58 | 0 | 0.77 | 0.07 | 105 | 0.84 | 0.57 |
| Hex | 64 | EE | 36 | 3A | 0 | 4D | 7 | 69 | 54 | 39 |
| Octal | 144 | 356 | 66 | 72 | 0 | 115 | 7 | 151 | 124 | 71 |
| Binary | 1100100 | 11101110 | 110110 | 111010 | 0 | 1001101 | 111 | 1101001 | 1010100 | 111001 |
Color Harmonies of #64EE36
Complementary color
Monochromatic Colors of #64EE36
Black with #64EE36
Text Example
Text Example
White with #64EE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE36; }
p { color: rgb(100,238,54); }
H1.HeaderClassName
{
color: #64EE36;
}
.AnyTagClassName
{
color: #64EE36;
}
</style>
background-color css
<style>
a { background-color: #64EE36; }
a { background-color: rgb(100,238,54); }
div.DivClassName
{
background-color: #64EE36;
}
.BgClassName
{
background-color: #64EE36;
}
</style>
border-color css
<style>
span { border-color: #64EE36; }
span { border-color: rgb(100,238,54); }
td.TdClassName
{
border-color: #64EE36;
}
.TagClassName
{
border-color: #64EE36;
}
</style>