Shades of Screamin' Green #64F537
Tints of Screamin' Green #64F537
RGB
CMYK
RGB Variations
Color information
#64F537 (or 0x64F537) is known color: Screamin' Green. HEX triplet: 64, F5 and 37. RGB value is (100,245,55). Sum of RGB (Red+Green+Blue) = 100+245+55=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #64F537 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F537 is #9B0AC8. Grayscale: #B4B4B4. Windows color (decimal): -10160841 or 3667300. OLE color: 3667300.
HSL color Cylindrical-coordinate representation of color #64F537: hue angle of 105.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64F537 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 245 | 55 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.04 |
| HSL | 105.79º | 0.9% | 0.59% | - |
| HSV(B) | 105.79º | 0.78% | 0.96% | - |
| XYZ | 38.6 | 68.29 | 14.76 | - |
| YUV | 179.99 | 57.46 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 55 | 0.59 | 0 | 0.78 | 0.04 | 105.79 | 0.9 | 0.59 |
| Hex | 64 | F5 | 37 | 3B | 0 | 4E | 4 | 6A | 5A | 3B |
| Octal | 144 | 365 | 67 | 73 | 0 | 116 | 4 | 152 | 132 | 73 |
| Binary | 1100100 | 11110101 | 110111 | 111011 | 0 | 1001110 | 100 | 1101010 | 1011010 | 111011 |
Color Harmonies of #64F537
Complementary color
Monochromatic Colors of #64F537
Black with #64F537
Text Example
Text Example
White with #64F537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F537; }
p { color: rgb(100,245,55); }
H1.HeaderClassName
{
color: #64F537;
}
.AnyTagClassName
{
color: #64F537;
}
</style>
background-color css
<style>
a { background-color: #64F537; }
a { background-color: rgb(100,245,55); }
div.DivClassName
{
background-color: #64F537;
}
.BgClassName
{
background-color: #64F537;
}
</style>
border-color css
<style>
span { border-color: #64F537; }
span { border-color: rgb(100,245,55); }
td.TdClassName
{
border-color: #64F537;
}
.TagClassName
{
border-color: #64F537;
}
</style>