Shades of Pastel Green #64D56B
Tints of Pastel Green #64D56B
RGB
CMYK
RGB Variations
Color information
#64D56B (or 0x64D56B) is known color: Pastel Green. HEX triplet: 64, D5 and 6B. RGB value is (100,213,107). Sum of RGB (Red+Green+Blue) = 100+213+107=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #64D56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D56B is #9B2A94. Grayscale: #A7A7A7. Windows color (decimal): -10168981 or 7066980. OLE color: 7066980.
HSL color Cylindrical-coordinate representation of color #64D56B: hue angle of 123.72º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D56B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 107 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.16 |
| HSL | 123.72º | 0.57% | 0.61% | - |
| HSV(B) | 123.72º | 0.53% | 0.84% | - |
| XYZ | 31.7 | 51.36 | 22.15 | - |
| YUV | 167.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 107 | 0.53 | 0 | 0.50 | 0.16 | 123.72 | 0.57 | 0.61 |
| Hex | 64 | D5 | 6B | 35 | 0 | 32 | 10 | 7C | 39 | 3D |
| Octal | 144 | 325 | 153 | 65 | 0 | 62 | 20 | 174 | 71 | 75 |
| Binary | 1100100 | 11010101 | 1101011 | 110101 | 0 | 110010 | 10000 | 1111100 | 111001 | 111101 |
Color Harmonies of #64D56B
Complementary color
Monochromatic Colors of #64D56B
Black with #64D56B
Text Example
Text Example
White with #64D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D56B; }
p { color: rgb(100,213,107); }
H1.HeaderClassName
{
color: #64D56B;
}
.AnyTagClassName
{
color: #64D56B;
}
</style>
background-color css
<style>
a { background-color: #64D56B; }
a { background-color: rgb(100,213,107); }
div.DivClassName
{
background-color: #64D56B;
}
.BgClassName
{
background-color: #64D56B;
}
</style>
border-color css
<style>
span { border-color: #64D56B; }
span { border-color: rgb(100,213,107); }
td.TdClassName
{
border-color: #64D56B;
}
.TagClassName
{
border-color: #64D56B;
}
</style>