Shades of Pastel Green #64ED80
Tints of Pastel Green #64ED80
RGB
CMYK
RGB Variations
Color information
#64ED80 (or 0x64ED80) is known color: Pastel Green. HEX triplet: 64, ED and 80. RGB value is (100,237,128). Sum of RGB (Red+Green+Blue) = 100+237+128=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ED80 is #9B127F. Grayscale: #B7B7B7. Windows color (decimal): -10162816 or 8449380. OLE color: 8449380.
HSL color Cylindrical-coordinate representation of color #64ED80: hue angle of 132.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ED80 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 128 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.07 |
| HSL | 132.26º | 0.79% | 0.66% | - |
| HSV(B) | 132.26º | 0.58% | 0.93% | - |
| XYZ | 39.44 | 64.84 | 30.86 | - |
| YUV | 183.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 128 | 0.58 | 0 | 0.46 | 0.07 | 132.26 | 0.79 | 0.66 |
| Hex | 64 | ED | 80 | 3A | 0 | 2E | 7 | 84 | 4F | 42 |
| Octal | 144 | 355 | 200 | 72 | 0 | 56 | 7 | 204 | 117 | 102 |
| Binary | 1100100 | 11101101 | 10000000 | 111010 | 0 | 101110 | 111 | 10000100 | 1001111 | 1000010 |
Color Harmonies of #64ED80
Complementary color
Monochromatic Colors of #64ED80
Black with #64ED80
Text Example
Text Example
White with #64ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ED80; }
p { color: rgb(100,237,128); }
H1.HeaderClassName
{
color: #64ED80;
}
.AnyTagClassName
{
color: #64ED80;
}
</style>
background-color css
<style>
a { background-color: #64ED80; }
a { background-color: rgb(100,237,128); }
div.DivClassName
{
background-color: #64ED80;
}
.BgClassName
{
background-color: #64ED80;
}
</style>
border-color css
<style>
span { border-color: #64ED80; }
span { border-color: rgb(100,237,128); }
td.TdClassName
{
border-color: #64ED80;
}
.TagClassName
{
border-color: #64ED80;
}
</style>