Shades of Pastel Green #64F087
Tints of Pastel Green #64F087
RGB
CMYK
RGB Variations
Color information
#64F087 (or 0x64F087) is known color: Pastel Green. HEX triplet: 64, F0 and 87. RGB value is (100,240,135). Sum of RGB (Red+Green+Blue) = 100+240+135=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #64F087 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F087 is #9B0F78. Grayscale: #BABABA. Windows color (decimal): -10162041 or 8908900. OLE color: 8908900.
HSL color Cylindrical-coordinate representation of color #64F087: hue angle of 135º 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 #64F087 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 135 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.06 |
| HSL | 135º | 0.82% | 0.67% | - |
| HSV(B) | 135º | 0.58% | 0.94% | - |
| XYZ | 40.79 | 66.78 | 33.66 | - |
| YUV | 186.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 135 | 0.58 | 0 | 0.44 | 0.06 | 135 | 0.82 | 0.67 |
| Hex | 64 | F0 | 87 | 3A | 0 | 2C | 6 | 87 | 52 | 43 |
| Octal | 144 | 360 | 207 | 72 | 0 | 54 | 6 | 207 | 122 | 103 |
| Binary | 1100100 | 11110000 | 10000111 | 111010 | 0 | 101100 | 110 | 10000111 | 1010010 | 1000011 |
Color Harmonies of #64F087
Complementary color
Monochromatic Colors of #64F087
Black with #64F087
Text Example
Text Example
White with #64F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F087; }
p { color: rgb(100,240,135); }
H1.HeaderClassName
{
color: #64F087;
}
.AnyTagClassName
{
color: #64F087;
}
</style>
background-color css
<style>
a { background-color: #64F087; }
a { background-color: rgb(100,240,135); }
div.DivClassName
{
background-color: #64F087;
}
.BgClassName
{
background-color: #64F087;
}
</style>
border-color css
<style>
span { border-color: #64F087; }
span { border-color: rgb(100,240,135); }
td.TdClassName
{
border-color: #64F087;
}
.TagClassName
{
border-color: #64F087;
}
</style>