Shades of Screamin' Green #64F069
Tints of Screamin' Green #64F069
RGB
CMYK
RGB Variations
Color information
#64F069 (or 0x64F069) is known color: Screamin' Green. HEX triplet: 64, F0 and 69. RGB value is (100,240,105). Sum of RGB (Red+Green+Blue) = 100+240+105=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #64F069 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F069 is #9B0F96. Grayscale: #B7B7B7. Windows color (decimal): -10162071 or 6942820. OLE color: 6942820.
HSL color Cylindrical-coordinate representation of color #64F069: hue angle of 122.14º 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 #64F069 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 105 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.06 |
| HSL | 122.14º | 0.82% | 0.67% | - |
| HSV(B) | 122.14º | 0.58% | 0.94% | - |
| XYZ | 38.97 | 66.05 | 24.06 | - |
| YUV | 182.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 105 | 0.58 | 0 | 0.56 | 0.06 | 122.14 | 0.82 | 0.67 |
| Hex | 64 | F0 | 69 | 3A | 0 | 38 | 6 | 7A | 52 | 43 |
| Octal | 144 | 360 | 151 | 72 | 0 | 70 | 6 | 172 | 122 | 103 |
| Binary | 1100100 | 11110000 | 1101001 | 111010 | 0 | 111000 | 110 | 1111010 | 1010010 | 1000011 |
Color Harmonies of #64F069
Complementary color
Monochromatic Colors of #64F069
Black with #64F069
Text Example
Text Example
White with #64F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F069; }
p { color: rgb(100,240,105); }
H1.HeaderClassName
{
color: #64F069;
}
.AnyTagClassName
{
color: #64F069;
}
</style>
background-color css
<style>
a { background-color: #64F069; }
a { background-color: rgb(100,240,105); }
div.DivClassName
{
background-color: #64F069;
}
.BgClassName
{
background-color: #64F069;
}
</style>
border-color css
<style>
span { border-color: #64F069; }
span { border-color: rgb(100,240,105); }
td.TdClassName
{
border-color: #64F069;
}
.TagClassName
{
border-color: #64F069;
}
</style>