Shades of Pastel Green #64D668
Tints of Pastel Green #64D668
RGB
CMYK
RGB Variations
Color information
#64D668 (or 0x64D668) is known color: Pastel Green. HEX triplet: 64, D6 and 68. RGB value is (100,214,104). Sum of RGB (Red+Green+Blue) = 100+214+104=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #64D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D668 is #9B2997. Grayscale: #A7A7A7. Windows color (decimal): -10168728 or 6870628. OLE color: 6870628.
HSL color Cylindrical-coordinate representation of color #64D668: hue angle of 122.11º 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 #64D668 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 104 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.16 |
| HSL | 122.11º | 0.58% | 0.62% | - |
| HSV(B) | 122.11º | 0.53% | 0.84% | - |
| XYZ | 31.8 | 51.8 | 21.42 | - |
| YUV | 167.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 104 | 0.53 | 0 | 0.51 | 0.16 | 122.11 | 0.58 | 0.62 |
| Hex | 64 | D6 | 68 | 35 | 0 | 33 | 10 | 7A | 3A | 3E |
| Octal | 144 | 326 | 150 | 65 | 0 | 63 | 20 | 172 | 72 | 76 |
| Binary | 1100100 | 11010110 | 1101000 | 110101 | 0 | 110011 | 10000 | 1111010 | 111010 | 111110 |
Color Harmonies of #64D668
Complementary color
Monochromatic Colors of #64D668
Black with #64D668
Text Example
Text Example
White with #64D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D668; }
p { color: rgb(100,214,104); }
H1.HeaderClassName
{
color: #64D668;
}
.AnyTagClassName
{
color: #64D668;
}
</style>
background-color css
<style>
a { background-color: #64D668; }
a { background-color: rgb(100,214,104); }
div.DivClassName
{
background-color: #64D668;
}
.BgClassName
{
background-color: #64D668;
}
</style>
border-color css
<style>
span { border-color: #64D668; }
span { border-color: rgb(100,214,104); }
td.TdClassName
{
border-color: #64D668;
}
.TagClassName
{
border-color: #64D668;
}
</style>