Shades of Screamin' Green #64FA8A
Tints of Screamin' Green #64FA8A
RGB
CMYK
RGB Variations
Color information
#64FA8A (or 0x64FA8A) is known color: Screamin' Green. HEX triplet: 64, FA and 8A. RGB value is (100,250,138). Sum of RGB (Red+Green+Blue) = 100+250+138=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA8A is #9B0575. Grayscale: #C0C0C0. Windows color (decimal): -10159478 or 9108068. OLE color: 9108068.
HSL color Cylindrical-coordinate representation of color #64FA8A: hue angle of 135.2º 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 #64FA8A is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 138 | - |
| CMYK | 0.6 | 0 | 0.45 | 0.02 |
| HSL | 135.2º | 0.94% | 0.69% | - |
| HSV(B) | 135.2º | 0.6% | 0.98% | - |
| XYZ | 44.03 | 72.92 | 35.8 | - |
| YUV | 192.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 138 | 0.6 | 0 | 0.45 | 0.02 | 135.2 | 0.94 | 0.69 |
| Hex | 64 | FA | 8A | 3C | 0 | 2D | 2 | 87 | 5E | 45 |
| Octal | 144 | 372 | 212 | 74 | 0 | 55 | 2 | 207 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10001010 | 111100 | 0 | 101101 | 10 | 10000111 | 1011110 | 1000101 |
Color Harmonies of #64FA8A
Complementary color
Monochromatic Colors of #64FA8A
Black with #64FA8A
Text Example
Text Example
White with #64FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA8A; }
p { color: rgb(100,250,138); }
H1.HeaderClassName
{
color: #64FA8A;
}
.AnyTagClassName
{
color: #64FA8A;
}
</style>
background-color css
<style>
a { background-color: #64FA8A; }
a { background-color: rgb(100,250,138); }
div.DivClassName
{
background-color: #64FA8A;
}
.BgClassName
{
background-color: #64FA8A;
}
</style>
border-color css
<style>
span { border-color: #64FA8A; }
span { border-color: rgb(100,250,138); }
td.TdClassName
{
border-color: #64FA8A;
}
.TagClassName
{
border-color: #64FA8A;
}
</style>