Shades of Pastel Green #64D675
Tints of Pastel Green #64D675
RGB
CMYK
RGB Variations
Color information
#64D675 (or 0x64D675) is known color: Pastel Green. HEX triplet: 64, D6 and 75. RGB value is (100,214,117). Sum of RGB (Red+Green+Blue) = 100+214+117=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #64D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D675 is #9B298A. Grayscale: #A9A9A9. Windows color (decimal): -10168715 or 7722596. OLE color: 7722596.
HSL color Cylindrical-coordinate representation of color #64D675: hue angle of 128.95º degrees, saturation: 0.58, 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 #64D675 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 117 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.16 |
| HSL | 128.95º | 0.58% | 0.62% | - |
| HSV(B) | 128.95º | 0.53% | 0.84% | - |
| XYZ | 32.51 | 52.09 | 25.17 | - |
| YUV | 168.86 | 98.73 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 117 | 0.53 | 0 | 0.45 | 0.16 | 128.95 | 0.58 | 0.62 |
| Hex | 64 | D6 | 75 | 35 | 0 | 2D | 10 | 81 | 3A | 3E |
| Octal | 144 | 326 | 165 | 65 | 0 | 55 | 20 | 201 | 72 | 76 |
| Binary | 1100100 | 11010110 | 1110101 | 110101 | 0 | 101101 | 10000 | 10000001 | 111010 | 111110 |
Color Harmonies of #64D675
Complementary color
Monochromatic Colors of #64D675
Black with #64D675
Text Example
Text Example
White with #64D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D675; }
p { color: rgb(100,214,117); }
H1.HeaderClassName
{
color: #64D675;
}
.AnyTagClassName
{
color: #64D675;
}
</style>
background-color css
<style>
a { background-color: #64D675; }
a { background-color: rgb(100,214,117); }
div.DivClassName
{
background-color: #64D675;
}
.BgClassName
{
background-color: #64D675;
}
</style>
border-color css
<style>
span { border-color: #64D675; }
span { border-color: rgb(100,214,117); }
td.TdClassName
{
border-color: #64D675;
}
.TagClassName
{
border-color: #64D675;
}
</style>