Shades of Pastel Green #64DA7C
Tints of Pastel Green #64DA7C
RGB
CMYK
RGB Variations
Color information
#64DA7C (or 0x64DA7C) is known color: Pastel Green. HEX triplet: 64, DA and 7C. RGB value is (100,218,124). Sum of RGB (Red+Green+Blue) = 100+218+124=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA7C is #9B2583. Grayscale: #ACACAC. Windows color (decimal): -10167684 or 8182372. OLE color: 8182372.
HSL color Cylindrical-coordinate representation of color #64DA7C: hue angle of 132.2º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA7C is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 124 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.15 |
| HSL | 132.2º | 0.61% | 0.62% | - |
| HSV(B) | 132.2º | 0.54% | 0.85% | - |
| XYZ | 33.97 | 54.31 | 27.76 | - |
| YUV | 172 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 124 | 0.54 | 0 | 0.43 | 0.15 | 132.2 | 0.61 | 0.62 |
| Hex | 64 | DA | 7C | 36 | 0 | 2B | F | 84 | 3D | 3E |
| Octal | 144 | 332 | 174 | 66 | 0 | 53 | 17 | 204 | 75 | 76 |
| Binary | 1100100 | 11011010 | 1111100 | 110110 | 0 | 101011 | 1111 | 10000100 | 111101 | 111110 |
Color Harmonies of #64DA7C
Complementary color
Monochromatic Colors of #64DA7C
Black with #64DA7C
Text Example
Text Example
White with #64DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA7C; }
p { color: rgb(100,218,124); }
H1.HeaderClassName
{
color: #64DA7C;
}
.AnyTagClassName
{
color: #64DA7C;
}
</style>
background-color css
<style>
a { background-color: #64DA7C; }
a { background-color: rgb(100,218,124); }
div.DivClassName
{
background-color: #64DA7C;
}
.BgClassName
{
background-color: #64DA7C;
}
</style>
border-color css
<style>
span { border-color: #64DA7C; }
span { border-color: rgb(100,218,124); }
td.TdClassName
{
border-color: #64DA7C;
}
.TagClassName
{
border-color: #64DA7C;
}
</style>