Shades of Screamin' Green #64FF84
Tints of Screamin' Green #64FF84
RGB
CMYK
RGB Variations
Color information
#64FF84 (or 0x64FF84) is known color: Screamin' Green. HEX triplet: 64, FF and 84. RGB value is (100,255,132). Sum of RGB (Red+Green+Blue) = 100+255+132=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF84 is #9B007B. Grayscale: #C2C2C2. Windows color (decimal): -10158204 or 8716132. OLE color: 8716132.
HSL color Cylindrical-coordinate representation of color #64FF84: hue angle of 132.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF84 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 132 | - |
| CMYK | 0.61 | 0 | 0.48 | 0 |
| HSL | 132.39º | 1% | 0.7% | - |
| HSV(B) | 132.39º | 0.61% | 1% | - |
| XYZ | 45.18 | 75.9 | 34.1 | - |
| YUV | 194.63 | 92.65 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 132 | 0.61 | 0 | 0.48 | 0 | 132.39 | 1 | 0.7 |
| Hex | 64 | FF | 84 | 3D | 0 | 30 | 0 | 84 | 64 | 46 |
| Octal | 144 | 377 | 204 | 75 | 0 | 60 | 0 | 204 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10000100 | 111101 | 0 | 110000 | 0 | 10000100 | 1100100 | 1000110 |
Color Harmonies of #64FF84
Complementary color
Monochromatic Colors of #64FF84
Black with #64FF84
Text Example
Text Example
White with #64FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF84; }
p { color: rgb(100,255,132); }
H1.HeaderClassName
{
color: #64FF84;
}
.AnyTagClassName
{
color: #64FF84;
}
</style>
background-color css
<style>
a { background-color: #64FF84; }
a { background-color: rgb(100,255,132); }
div.DivClassName
{
background-color: #64FF84;
}
.BgClassName
{
background-color: #64FF84;
}
</style>
border-color css
<style>
span { border-color: #64FF84; }
span { border-color: rgb(100,255,132); }
td.TdClassName
{
border-color: #64FF84;
}
.TagClassName
{
border-color: #64FF84;
}
</style>