Shades of Pastel Green #64D56F
Tints of Pastel Green #64D56F
RGB
CMYK
RGB Variations
Color information
#64D56F (or 0x64D56F) is known color: Pastel Green. HEX triplet: 64, D5 and 6F. RGB value is (100,213,111). Sum of RGB (Red+Green+Blue) = 100+213+111=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #64D56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D56F is #9B2A90. Grayscale: #A7A7A7. Windows color (decimal): -10168977 or 7329124. OLE color: 7329124.
HSL color Cylindrical-coordinate representation of color #64D56F: hue angle of 125.84º 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 #64D56F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 111 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.16 |
| HSL | 125.84º | 0.57% | 0.61% | - |
| HSV(B) | 125.84º | 0.53% | 0.84% | - |
| XYZ | 31.92 | 51.45 | 23.29 | - |
| YUV | 167.59 | 96.06 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 111 | 0.53 | 0 | 0.48 | 0.16 | 125.84 | 0.57 | 0.61 |
| Hex | 64 | D5 | 6F | 35 | 0 | 30 | 10 | 7E | 39 | 3D |
| Octal | 144 | 325 | 157 | 65 | 0 | 60 | 20 | 176 | 71 | 75 |
| Binary | 1100100 | 11010101 | 1101111 | 110101 | 0 | 110000 | 10000 | 1111110 | 111001 | 111101 |
Color Harmonies of #64D56F
Complementary color
Monochromatic Colors of #64D56F
Black with #64D56F
Text Example
Text Example
White with #64D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D56F; }
p { color: rgb(100,213,111); }
H1.HeaderClassName
{
color: #64D56F;
}
.AnyTagClassName
{
color: #64D56F;
}
</style>
background-color css
<style>
a { background-color: #64D56F; }
a { background-color: rgb(100,213,111); }
div.DivClassName
{
background-color: #64D56F;
}
.BgClassName
{
background-color: #64D56F;
}
</style>
border-color css
<style>
span { border-color: #64D56F; }
span { border-color: rgb(100,213,111); }
td.TdClassName
{
border-color: #64D56F;
}
.TagClassName
{
border-color: #64D56F;
}
</style>