Shades of Screamin' Green #64F77D
Tints of Screamin' Green #64F77D
RGB
CMYK
RGB Variations
Color information
#64F77D (or 0x64F77D) is known color: Screamin' Green. HEX triplet: 64, F7 and 7D. RGB value is (100,247,125). Sum of RGB (Red+Green+Blue) = 100+247+125=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #64F77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F77D is #9B0882. Grayscale: #BDBDBD. Windows color (decimal): -10160259 or 8255332. OLE color: 8255332.
HSL color Cylindrical-coordinate representation of color #64F77D: hue angle of 130.2º 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 #64F77D is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 125 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.03 |
| HSL | 130.2º | 0.9% | 0.68% | - |
| HSV(B) | 130.2º | 0.6% | 0.97% | - |
| XYZ | 42.22 | 70.71 | 30.83 | - |
| YUV | 189.14 | 91.8 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 125 | 0.60 | 0 | 0.49 | 0.03 | 130.2 | 0.9 | 0.68 |
| Hex | 64 | F7 | 7D | 3C | 0 | 31 | 3 | 82 | 5A | 44 |
| Octal | 144 | 367 | 175 | 74 | 0 | 61 | 3 | 202 | 132 | 104 |
| Binary | 1100100 | 11110111 | 1111101 | 111100 | 0 | 110001 | 11 | 10000010 | 1011010 | 1000100 |
Color Harmonies of #64F77D
Complementary color
Monochromatic Colors of #64F77D
Black with #64F77D
Text Example
Text Example
White with #64F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F77D; }
p { color: rgb(100,247,125); }
H1.HeaderClassName
{
color: #64F77D;
}
.AnyTagClassName
{
color: #64F77D;
}
</style>
background-color css
<style>
a { background-color: #64F77D; }
a { background-color: rgb(100,247,125); }
div.DivClassName
{
background-color: #64F77D;
}
.BgClassName
{
background-color: #64F77D;
}
</style>
border-color css
<style>
span { border-color: #64F77D; }
span { border-color: rgb(100,247,125); }
td.TdClassName
{
border-color: #64F77D;
}
.TagClassName
{
border-color: #64F77D;
}
</style>