Shades of Screamin' Green #64F780
Tints of Screamin' Green #64F780
RGB
CMYK
RGB Variations
Color information
#64F780 (or 0x64F780) is known color: Screamin' Green. HEX triplet: 64, F7 and 80. RGB value is (100,247,128). Sum of RGB (Red+Green+Blue) = 100+247+128=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #64F780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F780 is #9B087F. Grayscale: #BDBDBD. Windows color (decimal): -10160256 or 8451940. OLE color: 8451940.
HSL color Cylindrical-coordinate representation of color #64F780: hue angle of 131.43º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F780 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 128 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.03 |
| HSL | 131.43º | 0.9% | 0.68% | - |
| HSV(B) | 131.43º | 0.6% | 0.97% | - |
| XYZ | 42.41 | 70.79 | 31.85 | - |
| YUV | 189.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 128 | 0.60 | 0 | 0.48 | 0.03 | 131.43 | 0.9 | 0.68 |
| Hex | 64 | F7 | 80 | 3C | 0 | 30 | 3 | 83 | 5A | 44 |
| Octal | 144 | 367 | 200 | 74 | 0 | 60 | 3 | 203 | 132 | 104 |
| Binary | 1100100 | 11110111 | 10000000 | 111100 | 0 | 110000 | 11 | 10000011 | 1011010 | 1000100 |
Color Harmonies of #64F780
Complementary color
Monochromatic Colors of #64F780
Black with #64F780
Text Example
Text Example
White with #64F780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F780; }
p { color: rgb(100,247,128); }
H1.HeaderClassName
{
color: #64F780;
}
.AnyTagClassName
{
color: #64F780;
}
</style>
background-color css
<style>
a { background-color: #64F780; }
a { background-color: rgb(100,247,128); }
div.DivClassName
{
background-color: #64F780;
}
.BgClassName
{
background-color: #64F780;
}
</style>
border-color css
<style>
span { border-color: #64F780; }
span { border-color: rgb(100,247,128); }
td.TdClassName
{
border-color: #64F780;
}
.TagClassName
{
border-color: #64F780;
}
</style>