Shades of Screamin' Green #64F471
Tints of Screamin' Green #64F471
RGB
CMYK
RGB Variations
Color information
#64F471 (or 0x64F471) is known color: Screamin' Green. HEX triplet: 64, F4 and 71. RGB value is (100,244,113). Sum of RGB (Red+Green+Blue) = 100+244+113=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #64F471 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F471 is #9B0B8E. Grayscale: #BABABA. Windows color (decimal): -10161039 or 7468132. OLE color: 7468132.
HSL color Cylindrical-coordinate representation of color #64F471: hue angle of 125.42º 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 #64F471 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 113 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.04 |
| HSL | 125.42º | 0.87% | 0.67% | - |
| HSV(B) | 125.42º | 0.59% | 0.96% | - |
| XYZ | 40.59 | 68.6 | 26.73 | - |
| YUV | 186.01 | 86.79 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 113 | 0.59 | 0 | 0.54 | 0.04 | 125.42 | 0.87 | 0.67 |
| Hex | 64 | F4 | 71 | 3B | 0 | 36 | 4 | 7D | 57 | 43 |
| Octal | 144 | 364 | 161 | 73 | 0 | 66 | 4 | 175 | 127 | 103 |
| Binary | 1100100 | 11110100 | 1110001 | 111011 | 0 | 110110 | 100 | 1111101 | 1010111 | 1000011 |
Color Harmonies of #64F471
Complementary color
Monochromatic Colors of #64F471
Black with #64F471
Text Example
Text Example
White with #64F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F471; }
p { color: rgb(100,244,113); }
H1.HeaderClassName
{
color: #64F471;
}
.AnyTagClassName
{
color: #64F471;
}
</style>
background-color css
<style>
a { background-color: #64F471; }
a { background-color: rgb(100,244,113); }
div.DivClassName
{
background-color: #64F471;
}
.BgClassName
{
background-color: #64F471;
}
</style>
border-color css
<style>
span { border-color: #64F471; }
span { border-color: rgb(100,244,113); }
td.TdClassName
{
border-color: #64F471;
}
.TagClassName
{
border-color: #64F471;
}
</style>