Shades of Screamin' Green #64F670
Tints of Screamin' Green #64F670
RGB
CMYK
RGB Variations
Color information
#64F670 (or 0x64F670) is known color: Screamin' Green. HEX triplet: 64, F6 and 70. RGB value is (100,246,112). Sum of RGB (Red+Green+Blue) = 100+246+112=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #64F670 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F670 is #9B098F. Grayscale: #BBBBBB. Windows color (decimal): -10160528 or 7403108. OLE color: 7403108.
HSL color Cylindrical-coordinate representation of color #64F670: hue angle of 124.93º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F670 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 112 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.04 |
| HSL | 124.93º | 0.89% | 0.68% | - |
| HSV(B) | 124.93º | 0.59% | 0.96% | - |
| XYZ | 41.14 | 69.79 | 26.63 | - |
| YUV | 187.07 | 85.63 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 112 | 0.59 | 0 | 0.54 | 0.04 | 124.93 | 0.89 | 0.68 |
| Hex | 64 | F6 | 70 | 3B | 0 | 36 | 4 | 7D | 59 | 44 |
| Octal | 144 | 366 | 160 | 73 | 0 | 66 | 4 | 175 | 131 | 104 |
| Binary | 1100100 | 11110110 | 1110000 | 111011 | 0 | 110110 | 100 | 1111101 | 1011001 | 1000100 |
Color Harmonies of #64F670
Complementary color
Monochromatic Colors of #64F670
Black with #64F670
Text Example
Text Example
White with #64F670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F670; }
p { color: rgb(100,246,112); }
H1.HeaderClassName
{
color: #64F670;
}
.AnyTagClassName
{
color: #64F670;
}
</style>
background-color css
<style>
a { background-color: #64F670; }
a { background-color: rgb(100,246,112); }
div.DivClassName
{
background-color: #64F670;
}
.BgClassName
{
background-color: #64F670;
}
</style>
border-color css
<style>
span { border-color: #64F670; }
span { border-color: rgb(100,246,112); }
td.TdClassName
{
border-color: #64F670;
}
.TagClassName
{
border-color: #64F670;
}
</style>