Shades of Pastel Green #64DB7E
Tints of Pastel Green #64DB7E
RGB
CMYK
RGB Variations
Color information
#64DB7E (or 0x64DB7E) is known color: Pastel Green. HEX triplet: 64, DB and 7E. RGB value is (100,219,126). Sum of RGB (Red+Green+Blue) = 100+219+126=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DB7E is #9B2481. Grayscale: #ADADAD. Windows color (decimal): -10167426 or 8313700. OLE color: 8313700.
HSL color Cylindrical-coordinate representation of color #64DB7E: hue angle of 133.11º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB7E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 126 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.14 |
| HSL | 133.11º | 0.62% | 0.63% | - |
| HSV(B) | 133.11º | 0.54% | 0.86% | - |
| XYZ | 34.35 | 54.88 | 28.52 | - |
| YUV | 172.82 | 101.58 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 126 | 0.54 | 0 | 0.42 | 0.14 | 133.11 | 0.62 | 0.63 |
| Hex | 64 | DB | 7E | 36 | 0 | 2A | E | 85 | 3E | 3F |
| Octal | 144 | 333 | 176 | 66 | 0 | 52 | 16 | 205 | 76 | 77 |
| Binary | 1100100 | 11011011 | 1111110 | 110110 | 0 | 101010 | 1110 | 10000101 | 111110 | 111111 |
Color Harmonies of #64DB7E
Complementary color
Monochromatic Colors of #64DB7E
Black with #64DB7E
Text Example
Text Example
White with #64DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB7E; }
p { color: rgb(100,219,126); }
H1.HeaderClassName
{
color: #64DB7E;
}
.AnyTagClassName
{
color: #64DB7E;
}
</style>
background-color css
<style>
a { background-color: #64DB7E; }
a { background-color: rgb(100,219,126); }
div.DivClassName
{
background-color: #64DB7E;
}
.BgClassName
{
background-color: #64DB7E;
}
</style>
border-color css
<style>
span { border-color: #64DB7E; }
span { border-color: rgb(100,219,126); }
td.TdClassName
{
border-color: #64DB7E;
}
.TagClassName
{
border-color: #64DB7E;
}
</style>