Shades of Screamin' Green #64F646
Tints of Screamin' Green #64F646
RGB
CMYK
RGB Variations
Color information
#64F646 (or 0x64F646) is known color: Screamin' Green. HEX triplet: 64, F6 and 46. RGB value is (100,246,70). Sum of RGB (Red+Green+Blue) = 100+246+70=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #64F646 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F646 is #9B09B9. Grayscale: #B6B6B6. Windows color (decimal): -10160570 or 4650596. OLE color: 4650596.
HSL color Cylindrical-coordinate representation of color #64F646: hue angle of 109.77º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64F646 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 70 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.04 |
| HSL | 109.77º | 0.91% | 0.62% | - |
| HSV(B) | 109.77º | 0.72% | 0.96% | - |
| XYZ | 39.32 | 69.06 | 17.05 | - |
| YUV | 182.28 | 64.63 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 70 | 0.59 | 0 | 0.72 | 0.04 | 109.77 | 0.91 | 0.62 |
| Hex | 64 | F6 | 46 | 3B | 0 | 48 | 4 | 6E | 5B | 3E |
| Octal | 144 | 366 | 106 | 73 | 0 | 110 | 4 | 156 | 133 | 76 |
| Binary | 1100100 | 11110110 | 1000110 | 111011 | 0 | 1001000 | 100 | 1101110 | 1011011 | 111110 |
Color Harmonies of #64F646
Complementary color
Monochromatic Colors of #64F646
Black with #64F646
Text Example
Text Example
White with #64F646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F646; }
p { color: rgb(100,246,70); }
H1.HeaderClassName
{
color: #64F646;
}
.AnyTagClassName
{
color: #64F646;
}
</style>
background-color css
<style>
a { background-color: #64F646; }
a { background-color: rgb(100,246,70); }
div.DivClassName
{
background-color: #64F646;
}
.BgClassName
{
background-color: #64F646;
}
</style>
border-color css
<style>
span { border-color: #64F646; }
span { border-color: rgb(100,246,70); }
td.TdClassName
{
border-color: #64F646;
}
.TagClassName
{
border-color: #64F646;
}
</style>