Shades of Pastel Green #64D170
Tints of Pastel Green #64D170
RGB
CMYK
RGB Variations
Color information
#64D170 (or 0x64D170) is known color: Pastel Green. HEX triplet: 64, D1 and 70. RGB value is (100,209,112). Sum of RGB (Red+Green+Blue) = 100+209+112=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #64D170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D170 is #9B2E8F. Grayscale: #A5A5A5. Windows color (decimal): -10170000 or 7393636. OLE color: 7393636.
HSL color Cylindrical-coordinate representation of color #64D170: hue angle of 126.61º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D170 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 112 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.18 |
| HSL | 126.61º | 0.54% | 0.61% | - |
| HSV(B) | 126.61º | 0.52% | 0.82% | - |
| XYZ | 30.98 | 49.48 | 23.25 | - |
| YUV | 165.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 112 | 0.52 | 0 | 0.46 | 0.18 | 126.61 | 0.54 | 0.61 |
| Hex | 64 | D1 | 70 | 34 | 0 | 2E | 12 | 7F | 36 | 3D |
| Octal | 144 | 321 | 160 | 64 | 0 | 56 | 22 | 177 | 66 | 75 |
| Binary | 1100100 | 11010001 | 1110000 | 110100 | 0 | 101110 | 10010 | 1111111 | 110110 | 111101 |
Color Harmonies of #64D170
Complementary color
Monochromatic Colors of #64D170
Black with #64D170
Text Example
Text Example
White with #64D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D170; }
p { color: rgb(100,209,112); }
H1.HeaderClassName
{
color: #64D170;
}
.AnyTagClassName
{
color: #64D170;
}
</style>
background-color css
<style>
a { background-color: #64D170; }
a { background-color: rgb(100,209,112); }
div.DivClassName
{
background-color: #64D170;
}
.BgClassName
{
background-color: #64D170;
}
</style>
border-color css
<style>
span { border-color: #64D170; }
span { border-color: rgb(100,209,112); }
td.TdClassName
{
border-color: #64D170;
}
.TagClassName
{
border-color: #64D170;
}
</style>