Shades of Pastel Green #64D664
Tints of Pastel Green #64D664
RGB
CMYK
RGB Variations
Color information
#64D664 (or 0x64D664) is known color: Pastel Green. HEX triplet: 64, D6 and 64. RGB value is (100,214,100). Sum of RGB (Red+Green+Blue) = 100+214+100=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #64D664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D664 is #9B299B. Grayscale: #A7A7A7. Windows color (decimal): -10168732 or 6608484. OLE color: 6608484.
HSL color Cylindrical-coordinate representation of color #64D664: hue angle of 120º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D664 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 100 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.16 |
| HSL | 120º | 0.58% | 0.62% | - |
| HSV(B) | 120º | 0.53% | 0.84% | - |
| XYZ | 31.6 | 51.72 | 20.37 | - |
| YUV | 166.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 100 | 0.53 | 0 | 0.53 | 0.16 | 120 | 0.58 | 0.62 |
| Hex | 64 | D6 | 64 | 35 | 0 | 35 | 10 | 78 | 3A | 3E |
| Octal | 144 | 326 | 144 | 65 | 0 | 65 | 20 | 170 | 72 | 76 |
| Binary | 1100100 | 11010110 | 1100100 | 110101 | 0 | 110101 | 10000 | 1111000 | 111010 | 111110 |
Color Harmonies of #64D664
Complementary color
Monochromatic Colors of #64D664
Black with #64D664
Text Example
Text Example
White with #64D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D664; }
p { color: rgb(100,214,100); }
H1.HeaderClassName
{
color: #64D664;
}
.AnyTagClassName
{
color: #64D664;
}
</style>
background-color css
<style>
a { background-color: #64D664; }
a { background-color: rgb(100,214,100); }
div.DivClassName
{
background-color: #64D664;
}
.BgClassName
{
background-color: #64D664;
}
</style>
border-color css
<style>
span { border-color: #64D664; }
span { border-color: rgb(100,214,100); }
td.TdClassName
{
border-color: #64D664;
}
.TagClassName
{
border-color: #64D664;
}
</style>