Shades of Screamin' Green #64F473
Tints of Screamin' Green #64F473
RGB
CMYK
RGB Variations
Color information
#64F473 (or 0x64F473) is known color: Screamin' Green. HEX triplet: 64, F4 and 73. RGB value is (100,244,115). Sum of RGB (Red+Green+Blue) = 100+244+115=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #64F473 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F473 is #9B0B8C. Grayscale: #BABABA. Windows color (decimal): -10161037 or 7599204. OLE color: 7599204.
HSL color Cylindrical-coordinate representation of color #64F473: hue angle of 126.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 #64F473 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 115 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.04 |
| HSL | 126.25º | 0.87% | 0.67% | - |
| HSV(B) | 126.25º | 0.59% | 0.96% | - |
| XYZ | 40.7 | 68.65 | 27.32 | - |
| YUV | 186.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 115 | 0.59 | 0 | 0.53 | 0.04 | 126.25 | 0.87 | 0.67 |
| Hex | 64 | F4 | 73 | 3B | 0 | 35 | 4 | 7E | 57 | 43 |
| Octal | 144 | 364 | 163 | 73 | 0 | 65 | 4 | 176 | 127 | 103 |
| Binary | 1100100 | 11110100 | 1110011 | 111011 | 0 | 110101 | 100 | 1111110 | 1010111 | 1000011 |
Color Harmonies of #64F473
Complementary color
Monochromatic Colors of #64F473
Black with #64F473
Text Example
Text Example
White with #64F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F473; }
p { color: rgb(100,244,115); }
H1.HeaderClassName
{
color: #64F473;
}
.AnyTagClassName
{
color: #64F473;
}
</style>
background-color css
<style>
a { background-color: #64F473; }
a { background-color: rgb(100,244,115); }
div.DivClassName
{
background-color: #64F473;
}
.BgClassName
{
background-color: #64F473;
}
</style>
border-color css
<style>
span { border-color: #64F473; }
span { border-color: rgb(100,244,115); }
td.TdClassName
{
border-color: #64F473;
}
.TagClassName
{
border-color: #64F473;
}
</style>