Shades of Pastel Green #64DA6D
Tints of Pastel Green #64DA6D
RGB
CMYK
RGB Variations
Color information
#64DA6D (or 0x64DA6D) is known color: Pastel Green. HEX triplet: 64, DA and 6D. RGB value is (100,218,109). Sum of RGB (Red+Green+Blue) = 100+218+109=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA6D is #9B2592. Grayscale: #AAAAAA. Windows color (decimal): -10167699 or 7199332. OLE color: 7199332.
HSL color Cylindrical-coordinate representation of color #64DA6D: hue angle of 124.58º 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 #64DA6D is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 109 | - |
| CMYK | 0.54 | 0 | 0.5 | 0.15 |
| HSL | 124.58º | 0.61% | 0.62% | - |
| HSV(B) | 124.58º | 0.54% | 0.85% | - |
| XYZ | 33.09 | 53.96 | 23.14 | - |
| YUV | 170.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 109 | 0.54 | 0 | 0.5 | 0.15 | 124.58 | 0.61 | 0.62 |
| Hex | 64 | DA | 6D | 36 | 0 | 32 | F | 7D | 3D | 3E |
| Octal | 144 | 332 | 155 | 66 | 0 | 62 | 17 | 175 | 75 | 76 |
| Binary | 1100100 | 11011010 | 1101101 | 110110 | 0 | 110010 | 1111 | 1111101 | 111101 | 111110 |
Color Harmonies of #64DA6D
Complementary color
Monochromatic Colors of #64DA6D
Black with #64DA6D
Text Example
Text Example
White with #64DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA6D; }
p { color: rgb(100,218,109); }
H1.HeaderClassName
{
color: #64DA6D;
}
.AnyTagClassName
{
color: #64DA6D;
}
</style>
background-color css
<style>
a { background-color: #64DA6D; }
a { background-color: rgb(100,218,109); }
div.DivClassName
{
background-color: #64DA6D;
}
.BgClassName
{
background-color: #64DA6D;
}
</style>
border-color css
<style>
span { border-color: #64DA6D; }
span { border-color: rgb(100,218,109); }
td.TdClassName
{
border-color: #64DA6D;
}
.TagClassName
{
border-color: #64DA6D;
}
</style>