Shades of Screamin' Green #64F246
Tints of Screamin' Green #64F246
RGB
CMYK
RGB Variations
Color information
#64F246 (or 0x64F246) is known color: Screamin' Green. HEX triplet: 64, F2 and 46. RGB value is (100,242,70). Sum of RGB (Red+Green+Blue) = 100+242+70=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #64F246 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F246 is #9B0DB9. Grayscale: #B4B4B4. Windows color (decimal): -10161594 or 4649572. OLE color: 4649572.
HSL color Cylindrical-coordinate representation of color #64F246: hue angle of 109.53º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64F246 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 70 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.05 |
| HSL | 109.53º | 0.87% | 0.61% | - |
| HSV(B) | 109.53º | 0.71% | 0.95% | - |
| XYZ | 38.11 | 66.66 | 16.65 | - |
| YUV | 179.93 | 65.96 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 70 | 0.59 | 0 | 0.71 | 0.05 | 109.53 | 0.87 | 0.61 |
| Hex | 64 | F2 | 46 | 3B | 0 | 47 | 5 | 6E | 57 | 3D |
| Octal | 144 | 362 | 106 | 73 | 0 | 107 | 5 | 156 | 127 | 75 |
| Binary | 1100100 | 11110010 | 1000110 | 111011 | 0 | 1000111 | 101 | 1101110 | 1010111 | 111101 |
Color Harmonies of #64F246
Complementary color
Monochromatic Colors of #64F246
Black with #64F246
Text Example
Text Example
White with #64F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F246; }
p { color: rgb(100,242,70); }
H1.HeaderClassName
{
color: #64F246;
}
.AnyTagClassName
{
color: #64F246;
}
</style>
background-color css
<style>
a { background-color: #64F246; }
a { background-color: rgb(100,242,70); }
div.DivClassName
{
background-color: #64F246;
}
.BgClassName
{
background-color: #64F246;
}
</style>
border-color css
<style>
span { border-color: #64F246; }
span { border-color: rgb(100,242,70); }
td.TdClassName
{
border-color: #64F246;
}
.TagClassName
{
border-color: #64F246;
}
</style>