Shades of Screamin' Green #64FA87
Tints of Screamin' Green #64FA87
RGB
CMYK
RGB Variations
Color information
#64FA87 (or 0x64FA87) is known color: Screamin' Green. HEX triplet: 64, FA and 87. RGB value is (100,250,135). Sum of RGB (Red+Green+Blue) = 100+250+135=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA87 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA87 is #9B0578. Grayscale: #C0C0C0. Windows color (decimal): -10159481 or 8911460. OLE color: 8911460.
HSL color Cylindrical-coordinate representation of color #64FA87: hue angle of 134º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA87 is Cyan = 0.6, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 135 | - |
| CMYK | 0.6 | 0 | 0.46 | 0.02 |
| HSL | 134º | 0.94% | 0.69% | - |
| HSV(B) | 134º | 0.6% | 0.98% | - |
| XYZ | 43.81 | 72.83 | 34.67 | - |
| YUV | 192.04 | 95.81 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 135 | 0.6 | 0 | 0.46 | 0.02 | 134 | 0.94 | 0.69 |
| Hex | 64 | FA | 87 | 3C | 0 | 2E | 2 | 86 | 5E | 45 |
| Octal | 144 | 372 | 207 | 74 | 0 | 56 | 2 | 206 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10000111 | 111100 | 0 | 101110 | 10 | 10000110 | 1011110 | 1000101 |
Color Harmonies of #64FA87
Complementary color
Monochromatic Colors of #64FA87
Black with #64FA87
Text Example
Text Example
White with #64FA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA87; }
p { color: rgb(100,250,135); }
H1.HeaderClassName
{
color: #64FA87;
}
.AnyTagClassName
{
color: #64FA87;
}
</style>
background-color css
<style>
a { background-color: #64FA87; }
a { background-color: rgb(100,250,135); }
div.DivClassName
{
background-color: #64FA87;
}
.BgClassName
{
background-color: #64FA87;
}
</style>
border-color css
<style>
span { border-color: #64FA87; }
span { border-color: rgb(100,250,135); }
td.TdClassName
{
border-color: #64FA87;
}
.TagClassName
{
border-color: #64FA87;
}
</style>