Shades of Pastel Green #64D36D
Tints of Pastel Green #64D36D
RGB
CMYK
RGB Variations
Color information
#64D36D (or 0x64D36D) is known color: Pastel Green. HEX triplet: 64, D3 and 6D. RGB value is (100,211,109). Sum of RGB (Red+Green+Blue) = 100+211+109=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #64D36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D36D is #9B2C92. Grayscale: #A6A6A6. Windows color (decimal): -10169491 or 7197540. OLE color: 7197540.
HSL color Cylindrical-coordinate representation of color #64D36D: hue angle of 124.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D36D is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 109 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.17 |
| HSL | 124.86º | 0.56% | 0.61% | - |
| HSV(B) | 124.86º | 0.53% | 0.83% | - |
| XYZ | 31.31 | 50.4 | 22.55 | - |
| YUV | 166.18 | 95.73 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 109 | 0.53 | 0 | 0.48 | 0.17 | 124.86 | 0.56 | 0.61 |
| Hex | 64 | D3 | 6D | 35 | 0 | 30 | 11 | 7D | 38 | 3D |
| Octal | 144 | 323 | 155 | 65 | 0 | 60 | 21 | 175 | 70 | 75 |
| Binary | 1100100 | 11010011 | 1101101 | 110101 | 0 | 110000 | 10001 | 1111101 | 111000 | 111101 |
Color Harmonies of #64D36D
Complementary color
Monochromatic Colors of #64D36D
Black with #64D36D
Text Example
Text Example
White with #64D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D36D; }
p { color: rgb(100,211,109); }
H1.HeaderClassName
{
color: #64D36D;
}
.AnyTagClassName
{
color: #64D36D;
}
</style>
background-color css
<style>
a { background-color: #64D36D; }
a { background-color: rgb(100,211,109); }
div.DivClassName
{
background-color: #64D36D;
}
.BgClassName
{
background-color: #64D36D;
}
</style>
border-color css
<style>
span { border-color: #64D36D; }
span { border-color: rgb(100,211,109); }
td.TdClassName
{
border-color: #64D36D;
}
.TagClassName
{
border-color: #64D36D;
}
</style>