Shades of Screamin' Green #64F04C
Tints of Screamin' Green #64F04C
RGB
CMYK
RGB Variations
Color information
#64F04C (or 0x64F04C) is known color: Screamin' Green. HEX triplet: 64, F0 and 4C. RGB value is (100,240,76). Sum of RGB (Red+Green+Blue) = 100+240+76=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #64F04C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F04C is #9B0FB3. Grayscale: #B3B3B3. Windows color (decimal): -10162100 or 5042276. OLE color: 5042276.
HSL color Cylindrical-coordinate representation of color #64F04C: hue angle of 111.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64F04C is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 76 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.06 |
| HSL | 111.22º | 0.85% | 0.62% | - |
| HSV(B) | 111.22º | 0.68% | 0.94% | - |
| XYZ | 37.72 | 65.55 | 17.5 | - |
| YUV | 179.44 | 69.62 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 76 | 0.58 | 0 | 0.68 | 0.06 | 111.22 | 0.85 | 0.62 |
| Hex | 64 | F0 | 4C | 3A | 0 | 44 | 6 | 6F | 55 | 3E |
| Octal | 144 | 360 | 114 | 72 | 0 | 104 | 6 | 157 | 125 | 76 |
| Binary | 1100100 | 11110000 | 1001100 | 111010 | 0 | 1000100 | 110 | 1101111 | 1010101 | 111110 |
Color Harmonies of #64F04C
Complementary color
Monochromatic Colors of #64F04C
Black with #64F04C
Text Example
Text Example
White with #64F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F04C; }
p { color: rgb(100,240,76); }
H1.HeaderClassName
{
color: #64F04C;
}
.AnyTagClassName
{
color: #64F04C;
}
</style>
background-color css
<style>
a { background-color: #64F04C; }
a { background-color: rgb(100,240,76); }
div.DivClassName
{
background-color: #64F04C;
}
.BgClassName
{
background-color: #64F04C;
}
</style>
border-color css
<style>
span { border-color: #64F04C; }
span { border-color: rgb(100,240,76); }
td.TdClassName
{
border-color: #64F04C;
}
.TagClassName
{
border-color: #64F04C;
}
</style>