Shades of Screamin' Green #64F47F
Tints of Screamin' Green #64F47F
RGB
CMYK
RGB Variations
Color information
#64F47F (or 0x64F47F) is known color: Screamin' Green. HEX triplet: 64, F4 and 7F. RGB value is (100,244,127). Sum of RGB (Red+Green+Blue) = 100+244+127=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #64F47F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F47F is #9B0B80. Grayscale: #BBBBBB. Windows color (decimal): -10161025 or 8385636. OLE color: 8385636.
HSL color Cylindrical-coordinate representation of color #64F47F: hue angle of 131.25º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F47F is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 127 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.04 |
| HSL | 131.25º | 0.87% | 0.67% | - |
| HSV(B) | 131.25º | 0.59% | 0.96% | - |
| XYZ | 41.44 | 68.94 | 31.2 | - |
| YUV | 187.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 127 | 0.59 | 0 | 0.48 | 0.04 | 131.25 | 0.87 | 0.67 |
| Hex | 64 | F4 | 7F | 3B | 0 | 30 | 4 | 83 | 57 | 43 |
| Octal | 144 | 364 | 177 | 73 | 0 | 60 | 4 | 203 | 127 | 103 |
| Binary | 1100100 | 11110100 | 1111111 | 111011 | 0 | 110000 | 100 | 10000011 | 1010111 | 1000011 |
Color Harmonies of #64F47F
Complementary color
Monochromatic Colors of #64F47F
Black with #64F47F
Text Example
Text Example
White with #64F47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F47F; }
p { color: rgb(100,244,127); }
H1.HeaderClassName
{
color: #64F47F;
}
.AnyTagClassName
{
color: #64F47F;
}
</style>
background-color css
<style>
a { background-color: #64F47F; }
a { background-color: rgb(100,244,127); }
div.DivClassName
{
background-color: #64F47F;
}
.BgClassName
{
background-color: #64F47F;
}
</style>
border-color css
<style>
span { border-color: #64F47F; }
span { border-color: rgb(100,244,127); }
td.TdClassName
{
border-color: #64F47F;
}
.TagClassName
{
border-color: #64F47F;
}
</style>