Shades of Pastel Green #64D773
Tints of Pastel Green #64D773
RGB
CMYK
RGB Variations
Color information
#64D773 (or 0x64D773) is known color: Pastel Green. HEX triplet: 64, D7 and 73. RGB value is (100,215,115). Sum of RGB (Red+Green+Blue) = 100+215+115=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #64D773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D773 is #9B288C. Grayscale: #A9A9A9. Windows color (decimal): -10168461 or 7591780. OLE color: 7591780.
HSL color Cylindrical-coordinate representation of color #64D773: hue angle of 127.83º 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 #64D773 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 115 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.16 |
| HSL | 127.83º | 0.59% | 0.62% | - |
| HSV(B) | 127.83º | 0.53% | 0.84% | - |
| XYZ | 32.65 | 52.55 | 24.64 | - |
| YUV | 169.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 115 | 0.53 | 0 | 0.47 | 0.16 | 127.83 | 0.59 | 0.62 |
| Hex | 64 | D7 | 73 | 35 | 0 | 2F | 10 | 80 | 3B | 3E |
| Octal | 144 | 327 | 163 | 65 | 0 | 57 | 20 | 200 | 73 | 76 |
| Binary | 1100100 | 11010111 | 1110011 | 110101 | 0 | 101111 | 10000 | 10000000 | 111011 | 111110 |
Color Harmonies of #64D773
Complementary color
Monochromatic Colors of #64D773
Black with #64D773
Text Example
Text Example
White with #64D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D773; }
p { color: rgb(100,215,115); }
H1.HeaderClassName
{
color: #64D773;
}
.AnyTagClassName
{
color: #64D773;
}
</style>
background-color css
<style>
a { background-color: #64D773; }
a { background-color: rgb(100,215,115); }
div.DivClassName
{
background-color: #64D773;
}
.BgClassName
{
background-color: #64D773;
}
</style>
border-color css
<style>
span { border-color: #64D773; }
span { border-color: rgb(100,215,115); }
td.TdClassName
{
border-color: #64D773;
}
.TagClassName
{
border-color: #64D773;
}
</style>