Shades of Screamin' Green #64F073
Tints of Screamin' Green #64F073
RGB
CMYK
RGB Variations
Color information
#64F073 (or 0x64F073) is known color: Screamin' Green. HEX triplet: 64, F0 and 73. RGB value is (100,240,115). Sum of RGB (Red+Green+Blue) = 100+240+115=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #64F073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F073 is #9B0F8C. Grayscale: #B8B8B8. Windows color (decimal): -10162061 or 7598180. OLE color: 7598180.
HSL color Cylindrical-coordinate representation of color #64F073: hue angle of 126.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F073 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 115 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.06 |
| HSL | 126.43º | 0.82% | 0.67% | - |
| HSV(B) | 126.43º | 0.58% | 0.94% | - |
| XYZ | 39.51 | 66.27 | 26.93 | - |
| YUV | 183.89 | 89.12 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 115 | 0.58 | 0 | 0.52 | 0.06 | 126.43 | 0.82 | 0.67 |
| Hex | 64 | F0 | 73 | 3A | 0 | 34 | 6 | 7E | 52 | 43 |
| Octal | 144 | 360 | 163 | 72 | 0 | 64 | 6 | 176 | 122 | 103 |
| Binary | 1100100 | 11110000 | 1110011 | 111010 | 0 | 110100 | 110 | 1111110 | 1010010 | 1000011 |
Color Harmonies of #64F073
Complementary color
Monochromatic Colors of #64F073
Black with #64F073
Text Example
Text Example
White with #64F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F073; }
p { color: rgb(100,240,115); }
H1.HeaderClassName
{
color: #64F073;
}
.AnyTagClassName
{
color: #64F073;
}
</style>
background-color css
<style>
a { background-color: #64F073; }
a { background-color: rgb(100,240,115); }
div.DivClassName
{
background-color: #64F073;
}
.BgClassName
{
background-color: #64F073;
}
</style>
border-color css
<style>
span { border-color: #64F073; }
span { border-color: rgb(100,240,115); }
td.TdClassName
{
border-color: #64F073;
}
.TagClassName
{
border-color: #64F073;
}
</style>