Shades of Pastel Green #64D766
Tints of Pastel Green #64D766
RGB
CMYK
RGB Variations
Color information
#64D766 (or 0x64D766) is known color: Pastel Green. HEX triplet: 64, D7 and 66. RGB value is (100,215,102). Sum of RGB (Red+Green+Blue) = 100+215+102=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #64D766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D766 is #9B2899. Grayscale: #A8A8A8. Windows color (decimal): -10168474 or 6739812. OLE color: 6739812.
HSL color Cylindrical-coordinate representation of color #64D766: hue angle of 121.04º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D766 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 102 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.16 |
| HSL | 121.04º | 0.59% | 0.62% | - |
| HSV(B) | 121.04º | 0.53% | 0.84% | - |
| XYZ | 31.95 | 52.27 | 20.98 | - |
| YUV | 167.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 102 | 0.53 | 0 | 0.53 | 0.16 | 121.04 | 0.59 | 0.62 |
| Hex | 64 | D7 | 66 | 35 | 0 | 35 | 10 | 79 | 3B | 3E |
| Octal | 144 | 327 | 146 | 65 | 0 | 65 | 20 | 171 | 73 | 76 |
| Binary | 1100100 | 11010111 | 1100110 | 110101 | 0 | 110101 | 10000 | 1111001 | 111011 | 111110 |
Color Harmonies of #64D766
Complementary color
Monochromatic Colors of #64D766
Black with #64D766
Text Example
Text Example
White with #64D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D766; }
p { color: rgb(100,215,102); }
H1.HeaderClassName
{
color: #64D766;
}
.AnyTagClassName
{
color: #64D766;
}
</style>
background-color css
<style>
a { background-color: #64D766; }
a { background-color: rgb(100,215,102); }
div.DivClassName
{
background-color: #64D766;
}
.BgClassName
{
background-color: #64D766;
}
</style>
border-color css
<style>
span { border-color: #64D766; }
span { border-color: rgb(100,215,102); }
td.TdClassName
{
border-color: #64D766;
}
.TagClassName
{
border-color: #64D766;
}
</style>