Shades of Pastel Green #64F088
Tints of Pastel Green #64F088
RGB
CMYK
RGB Variations
Color information
#64F088 (or 0x64F088) is known color: Pastel Green. HEX triplet: 64, F0 and 88. RGB value is (100,240,136). Sum of RGB (Red+Green+Blue) = 100+240+136=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #64F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F088 is #9B0F77. Grayscale: #BABABA. Windows color (decimal): -10162040 or 8974436. OLE color: 8974436.
HSL color Cylindrical-coordinate representation of color #64F088: hue angle of 135.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 #64F088 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 136 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.06 |
| HSL | 135.43º | 0.82% | 0.67% | - |
| HSV(B) | 135.43º | 0.58% | 0.94% | - |
| XYZ | 40.86 | 66.81 | 34.03 | - |
| YUV | 186.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 136 | 0.58 | 0 | 0.43 | 0.06 | 135.43 | 0.82 | 0.67 |
| Hex | 64 | F0 | 88 | 3A | 0 | 2B | 6 | 87 | 52 | 43 |
| Octal | 144 | 360 | 210 | 72 | 0 | 53 | 6 | 207 | 122 | 103 |
| Binary | 1100100 | 11110000 | 10001000 | 111010 | 0 | 101011 | 110 | 10000111 | 1010010 | 1000011 |
Color Harmonies of #64F088
Complementary color
Monochromatic Colors of #64F088
Black with #64F088
Text Example
Text Example
White with #64F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F088; }
p { color: rgb(100,240,136); }
H1.HeaderClassName
{
color: #64F088;
}
.AnyTagClassName
{
color: #64F088;
}
</style>
background-color css
<style>
a { background-color: #64F088; }
a { background-color: rgb(100,240,136); }
div.DivClassName
{
background-color: #64F088;
}
.BgClassName
{
background-color: #64F088;
}
</style>
border-color css
<style>
span { border-color: #64F088; }
span { border-color: rgb(100,240,136); }
td.TdClassName
{
border-color: #64F088;
}
.TagClassName
{
border-color: #64F088;
}
</style>