Shades of Screamin' Green #64F660
Tints of Screamin' Green #64F660
RGB
CMYK
RGB Variations
Color information
#64F660 (or 0x64F660) is known color: Screamin' Green. HEX triplet: 64, F6 and 60. RGB value is (100,246,96). Sum of RGB (Red+Green+Blue) = 100+246+96=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #64F660 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F660 is #9B099F. Grayscale: #B9B9B9. Windows color (decimal): -10160544 or 6354532. OLE color: 6354532.
HSL color Cylindrical-coordinate representation of color #64F660: hue angle of 118.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64F660 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 96 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.04 |
| HSL | 118.4º | 0.89% | 0.67% | - |
| HSV(B) | 118.4º | 0.61% | 0.96% | - |
| XYZ | 40.32 | 69.47 | 22.35 | - |
| YUV | 185.25 | 77.63 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 96 | 0.59 | 0 | 0.61 | 0.04 | 118.4 | 0.89 | 0.67 |
| Hex | 64 | F6 | 60 | 3B | 0 | 3D | 4 | 76 | 59 | 43 |
| Octal | 144 | 366 | 140 | 73 | 0 | 75 | 4 | 166 | 131 | 103 |
| Binary | 1100100 | 11110110 | 1100000 | 111011 | 0 | 111101 | 100 | 1110110 | 1011001 | 1000011 |
Color Harmonies of #64F660
Complementary color
Monochromatic Colors of #64F660
Black with #64F660
Text Example
Text Example
White with #64F660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F660; }
p { color: rgb(100,246,96); }
H1.HeaderClassName
{
color: #64F660;
}
.AnyTagClassName
{
color: #64F660;
}
</style>
background-color css
<style>
a { background-color: #64F660; }
a { background-color: rgb(100,246,96); }
div.DivClassName
{
background-color: #64F660;
}
.BgClassName
{
background-color: #64F660;
}
</style>
border-color css
<style>
span { border-color: #64F660; }
span { border-color: rgb(100,246,96); }
td.TdClassName
{
border-color: #64F660;
}
.TagClassName
{
border-color: #64F660;
}
</style>