Shades of Pastel Green #64D976
Tints of Pastel Green #64D976
RGB
CMYK
RGB Variations
Color information
#64D976 (or 0x64D976) is known color: Pastel Green. HEX triplet: 64, D9 and 76. RGB value is (100,217,118). Sum of RGB (Red+Green+Blue) = 100+217+118=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #64D976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D976 is #9B2689. Grayscale: #ABABAB. Windows color (decimal): -10167946 or 7788900. OLE color: 7788900.
HSL color Cylindrical-coordinate representation of color #64D976: hue angle of 129.23º 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 #64D976 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 118 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.15 |
| HSL | 129.23º | 0.61% | 0.62% | - |
| HSV(B) | 129.23º | 0.54% | 0.85% | - |
| XYZ | 33.34 | 53.64 | 25.74 | - |
| YUV | 170.73 | 98.24 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 118 | 0.54 | 0 | 0.46 | 0.15 | 129.23 | 0.61 | 0.62 |
| Hex | 64 | D9 | 76 | 36 | 0 | 2E | F | 81 | 3D | 3E |
| Octal | 144 | 331 | 166 | 66 | 0 | 56 | 17 | 201 | 75 | 76 |
| Binary | 1100100 | 11011001 | 1110110 | 110110 | 0 | 101110 | 1111 | 10000001 | 111101 | 111110 |
Color Harmonies of #64D976
Complementary color
Monochromatic Colors of #64D976
Black with #64D976
Text Example
Text Example
White with #64D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D976; }
p { color: rgb(100,217,118); }
H1.HeaderClassName
{
color: #64D976;
}
.AnyTagClassName
{
color: #64D976;
}
</style>
background-color css
<style>
a { background-color: #64D976; }
a { background-color: rgb(100,217,118); }
div.DivClassName
{
background-color: #64D976;
}
.BgClassName
{
background-color: #64D976;
}
</style>
border-color css
<style>
span { border-color: #64D976; }
span { border-color: rgb(100,217,118); }
td.TdClassName
{
border-color: #64D976;
}
.TagClassName
{
border-color: #64D976;
}
</style>