Shades of Pastel Green #64DB79
Tints of Pastel Green #64DB79
RGB
CMYK
RGB Variations
Color information
#64DB79 (or 0x64DB79) is known color: Pastel Green. HEX triplet: 64, DB and 79. RGB value is (100,219,121). Sum of RGB (Red+Green+Blue) = 100+219+121=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DB79 is #9B2486. Grayscale: #ACACAC. Windows color (decimal): -10167431 or 7986020. OLE color: 7986020.
HSL color Cylindrical-coordinate representation of color #64DB79: hue angle of 130.59º 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 #64DB79 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 121 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.14 |
| HSL | 130.59º | 0.62% | 0.63% | - |
| HSV(B) | 130.59º | 0.54% | 0.86% | - |
| XYZ | 34.04 | 54.75 | 26.86 | - |
| YUV | 172.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 121 | 0.54 | 0 | 0.45 | 0.14 | 130.59 | 0.62 | 0.63 |
| Hex | 64 | DB | 79 | 36 | 0 | 2D | E | 83 | 3E | 3F |
| Octal | 144 | 333 | 171 | 66 | 0 | 55 | 16 | 203 | 76 | 77 |
| Binary | 1100100 | 11011011 | 1111001 | 110110 | 0 | 101101 | 1110 | 10000011 | 111110 | 111111 |
Color Harmonies of #64DB79
Complementary color
Monochromatic Colors of #64DB79
Black with #64DB79
Text Example
Text Example
White with #64DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB79; }
p { color: rgb(100,219,121); }
H1.HeaderClassName
{
color: #64DB79;
}
.AnyTagClassName
{
color: #64DB79;
}
</style>
background-color css
<style>
a { background-color: #64DB79; }
a { background-color: rgb(100,219,121); }
div.DivClassName
{
background-color: #64DB79;
}
.BgClassName
{
background-color: #64DB79;
}
</style>
border-color css
<style>
span { border-color: #64DB79; }
span { border-color: rgb(100,219,121); }
td.TdClassName
{
border-color: #64DB79;
}
.TagClassName
{
border-color: #64DB79;
}
</style>