Shades of Screamin' Green #64F665
Tints of Screamin' Green #64F665
RGB
CMYK
RGB Variations
Color information
#64F665 (or 0x64F665) is known color: Screamin' Green. HEX triplet: 64, F6 and 65. RGB value is (100,246,101). Sum of RGB (Red+Green+Blue) = 100+246+101=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #64F665 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F665 is #9B099A. Grayscale: #BABABA. Windows color (decimal): -10160539 or 6682212. OLE color: 6682212.
HSL color Cylindrical-coordinate representation of color #64F665: hue angle of 120.41º 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 #64F665 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 101 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.04 |
| HSL | 120.41º | 0.89% | 0.68% | - |
| HSV(B) | 120.41º | 0.59% | 0.96% | - |
| XYZ | 40.56 | 69.56 | 23.6 | - |
| YUV | 185.82 | 80.13 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 101 | 0.59 | 0 | 0.59 | 0.04 | 120.41 | 0.89 | 0.68 |
| Hex | 64 | F6 | 65 | 3B | 0 | 3B | 4 | 78 | 59 | 44 |
| Octal | 144 | 366 | 145 | 73 | 0 | 73 | 4 | 170 | 131 | 104 |
| Binary | 1100100 | 11110110 | 1100101 | 111011 | 0 | 111011 | 100 | 1111000 | 1011001 | 1000100 |
Color Harmonies of #64F665
Complementary color
Monochromatic Colors of #64F665
Black with #64F665
Text Example
Text Example
White with #64F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F665; }
p { color: rgb(100,246,101); }
H1.HeaderClassName
{
color: #64F665;
}
.AnyTagClassName
{
color: #64F665;
}
</style>
background-color css
<style>
a { background-color: #64F665; }
a { background-color: rgb(100,246,101); }
div.DivClassName
{
background-color: #64F665;
}
.BgClassName
{
background-color: #64F665;
}
</style>
border-color css
<style>
span { border-color: #64F665; }
span { border-color: rgb(100,246,101); }
td.TdClassName
{
border-color: #64F665;
}
.TagClassName
{
border-color: #64F665;
}
</style>