Shades of Pastel Green #64D769
Tints of Pastel Green #64D769
RGB
CMYK
RGB Variations
Color information
#64D769 (or 0x64D769) is known color: Pastel Green. HEX triplet: 64, D7 and 69. RGB value is (100,215,105). Sum of RGB (Red+Green+Blue) = 100+215+105=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #64D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D769 is #9B2896. Grayscale: #A8A8A8. Windows color (decimal): -10168471 or 6936420. OLE color: 6936420.
HSL color Cylindrical-coordinate representation of color #64D769: hue angle of 122.61º 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 #64D769 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 105 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.16 |
| HSL | 122.61º | 0.59% | 0.62% | - |
| HSV(B) | 122.61º | 0.53% | 0.84% | - |
| XYZ | 32.11 | 52.33 | 21.77 | - |
| YUV | 168.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 105 | 0.53 | 0 | 0.51 | 0.16 | 122.61 | 0.59 | 0.62 |
| Hex | 64 | D7 | 69 | 35 | 0 | 33 | 10 | 7B | 3B | 3E |
| Octal | 144 | 327 | 151 | 65 | 0 | 63 | 20 | 173 | 73 | 76 |
| Binary | 1100100 | 11010111 | 1101001 | 110101 | 0 | 110011 | 10000 | 1111011 | 111011 | 111110 |
Color Harmonies of #64D769
Complementary color
Monochromatic Colors of #64D769
Black with #64D769
Text Example
Text Example
White with #64D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D769; }
p { color: rgb(100,215,105); }
H1.HeaderClassName
{
color: #64D769;
}
.AnyTagClassName
{
color: #64D769;
}
</style>
background-color css
<style>
a { background-color: #64D769; }
a { background-color: rgb(100,215,105); }
div.DivClassName
{
background-color: #64D769;
}
.BgClassName
{
background-color: #64D769;
}
</style>
border-color css
<style>
span { border-color: #64D769; }
span { border-color: rgb(100,215,105); }
td.TdClassName
{
border-color: #64D769;
}
.TagClassName
{
border-color: #64D769;
}
</style>