Shades of Screamin' Green #64F748
Tints of Screamin' Green #64F748
RGB
CMYK
RGB Variations
Color information
#64F748 (or 0x64F748) is known color: Screamin' Green. HEX triplet: 64, F7 and 48. RGB value is (100,247,72). Sum of RGB (Red+Green+Blue) = 100+247+72=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #64F748 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F748 is #9B08B7. Grayscale: #B7B7B7. Windows color (decimal): -10160312 or 4781924. OLE color: 4781924.
HSL color Cylindrical-coordinate representation of color #64F748: hue angle of 110.4º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64F748 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 72 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.03 |
| HSL | 110.4º | 0.92% | 0.63% | - |
| HSV(B) | 110.4º | 0.71% | 0.97% | - |
| XYZ | 39.69 | 69.7 | 17.49 | - |
| YUV | 183.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 72 | 0.60 | 0 | 0.71 | 0.03 | 110.4 | 0.92 | 0.63 |
| Hex | 64 | F7 | 48 | 3C | 0 | 47 | 3 | 6E | 5C | 3F |
| Octal | 144 | 367 | 110 | 74 | 0 | 107 | 3 | 156 | 134 | 77 |
| Binary | 1100100 | 11110111 | 1001000 | 111100 | 0 | 1000111 | 11 | 1101110 | 1011100 | 111111 |
Color Harmonies of #64F748
Complementary color
Monochromatic Colors of #64F748
Black with #64F748
Text Example
Text Example
White with #64F748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F748; }
p { color: rgb(100,247,72); }
H1.HeaderClassName
{
color: #64F748;
}
.AnyTagClassName
{
color: #64F748;
}
</style>
background-color css
<style>
a { background-color: #64F748; }
a { background-color: rgb(100,247,72); }
div.DivClassName
{
background-color: #64F748;
}
.BgClassName
{
background-color: #64F748;
}
</style>
border-color css
<style>
span { border-color: #64F748; }
span { border-color: rgb(100,247,72); }
td.TdClassName
{
border-color: #64F748;
}
.TagClassName
{
border-color: #64F748;
}
</style>