Shades of Pastel Green #64D672
Tints of Pastel Green #64D672
RGB
CMYK
RGB Variations
Color information
#64D672 (or 0x64D672) is known color: Pastel Green. HEX triplet: 64, D6 and 72. RGB value is (100,214,114). Sum of RGB (Red+Green+Blue) = 100+214+114=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #64D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D672 is #9B298D. Grayscale: #A8A8A8. Windows color (decimal): -10168718 or 7525988. OLE color: 7525988.
HSL color Cylindrical-coordinate representation of color #64D672: hue angle of 127.37º 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 #64D672 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 114 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.16 |
| HSL | 127.37º | 0.58% | 0.62% | - |
| HSV(B) | 127.37º | 0.53% | 0.84% | - |
| XYZ | 32.34 | 52.02 | 24.26 | - |
| YUV | 168.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 114 | 0.53 | 0 | 0.47 | 0.16 | 127.37 | 0.58 | 0.62 |
| Hex | 64 | D6 | 72 | 35 | 0 | 2F | 10 | 7F | 3A | 3E |
| Octal | 144 | 326 | 162 | 65 | 0 | 57 | 20 | 177 | 72 | 76 |
| Binary | 1100100 | 11010110 | 1110010 | 110101 | 0 | 101111 | 10000 | 1111111 | 111010 | 111110 |
Color Harmonies of #64D672
Complementary color
Monochromatic Colors of #64D672
Black with #64D672
Text Example
Text Example
White with #64D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D672; }
p { color: rgb(100,214,114); }
H1.HeaderClassName
{
color: #64D672;
}
.AnyTagClassName
{
color: #64D672;
}
</style>
background-color css
<style>
a { background-color: #64D672; }
a { background-color: rgb(100,214,114); }
div.DivClassName
{
background-color: #64D672;
}
.BgClassName
{
background-color: #64D672;
}
</style>
border-color css
<style>
span { border-color: #64D672; }
span { border-color: rgb(100,214,114); }
td.TdClassName
{
border-color: #64D672;
}
.TagClassName
{
border-color: #64D672;
}
</style>