Shades of Pastel Green #64DD5E
Tints of Pastel Green #64DD5E
RGB
CMYK
RGB Variations
Color information
#64DD5E (or 0x64DD5E) is known color: Pastel Green. HEX triplet: 64, DD and 5E. RGB value is (100,221,94). Sum of RGB (Red+Green+Blue) = 100+221+94=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD5E is #9B22A1. Grayscale: #AAAAAA. Windows color (decimal): -10166946 or 6217060. OLE color: 6217060.
HSL color Cylindrical-coordinate representation of color #64DD5E: hue angle of 117.17º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DD5E is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 94 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.13 |
| HSL | 117.17º | 0.65% | 0.62% | - |
| HSV(B) | 117.17º | 0.57% | 0.87% | - |
| XYZ | 33.13 | 55.23 | 19.5 | - |
| YUV | 170.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 94 | 0.55 | 0 | 0.57 | 0.13 | 117.17 | 0.65 | 0.62 |
| Hex | 64 | DD | 5E | 37 | 0 | 39 | D | 75 | 41 | 3E |
| Octal | 144 | 335 | 136 | 67 | 0 | 71 | 15 | 165 | 101 | 76 |
| Binary | 1100100 | 11011101 | 1011110 | 110111 | 0 | 111001 | 1101 | 1110101 | 1000001 | 111110 |
Color Harmonies of #64DD5E
Complementary color
Monochromatic Colors of #64DD5E
Black with #64DD5E
Text Example
Text Example
White with #64DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD5E; }
p { color: rgb(100,221,94); }
H1.HeaderClassName
{
color: #64DD5E;
}
.AnyTagClassName
{
color: #64DD5E;
}
</style>
background-color css
<style>
a { background-color: #64DD5E; }
a { background-color: rgb(100,221,94); }
div.DivClassName
{
background-color: #64DD5E;
}
.BgClassName
{
background-color: #64DD5E;
}
</style>
border-color css
<style>
span { border-color: #64DD5E; }
span { border-color: rgb(100,221,94); }
td.TdClassName
{
border-color: #64DD5E;
}
.TagClassName
{
border-color: #64DD5E;
}
</style>