Shades of Screamin' Green #64F346
Tints of Screamin' Green #64F346
RGB
CMYK
RGB Variations
Color information
#64F346 (or 0x64F346) is known color: Screamin' Green. HEX triplet: 64, F3 and 46. RGB value is (100,243,70). Sum of RGB (Red+Green+Blue) = 100+243+70=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 243 (95.31% from 255 or 58.84% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 243 - color contains mainly: green. Hex color #64F346 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F346 is #9B0CB9. Grayscale: #B5B5B5. Windows color (decimal): -10161338 or 4649828. OLE color: 4649828.
HSL color Cylindrical-coordinate representation of color #64F346: hue angle of 109.6º degrees, saturation: 0.88, 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 #64F346 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 70 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.05 |
| HSL | 109.6º | 0.88% | 0.61% | - |
| HSV(B) | 109.6º | 0.71% | 0.95% | - |
| XYZ | 38.41 | 67.25 | 16.75 | - |
| YUV | 180.52 | 65.62 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 70 | 0.59 | 0 | 0.71 | 0.05 | 109.6 | 0.88 | 0.61 |
| Hex | 64 | F3 | 46 | 3B | 0 | 47 | 5 | 6E | 58 | 3D |
| Octal | 144 | 363 | 106 | 73 | 0 | 107 | 5 | 156 | 130 | 75 |
| Binary | 1100100 | 11110011 | 1000110 | 111011 | 0 | 1000111 | 101 | 1101110 | 1011000 | 111101 |
Color Harmonies of #64F346
Complementary color
Monochromatic Colors of #64F346
Black with #64F346
Text Example
Text Example
White with #64F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F346; }
p { color: rgb(100,243,70); }
H1.HeaderClassName
{
color: #64F346;
}
.AnyTagClassName
{
color: #64F346;
}
</style>
background-color css
<style>
a { background-color: #64F346; }
a { background-color: rgb(100,243,70); }
div.DivClassName
{
background-color: #64F346;
}
.BgClassName
{
background-color: #64F346;
}
</style>
border-color css
<style>
span { border-color: #64F346; }
span { border-color: rgb(100,243,70); }
td.TdClassName
{
border-color: #64F346;
}
.TagClassName
{
border-color: #64F346;
}
</style>