Shades of Pastel Green #64DA65
Tints of Pastel Green #64DA65
RGB
CMYK
RGB Variations
Color information
#64DA65 (or 0x64DA65) is known color: Pastel Green. HEX triplet: 64, DA and 65. RGB value is (100,218,101). Sum of RGB (Red+Green+Blue) = 100+218+101=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA65 is #9B259A. Grayscale: #A9A9A9. Windows color (decimal): -10167707 or 6675044. OLE color: 6675044.
HSL color Cylindrical-coordinate representation of color #64DA65: hue angle of 120.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA65 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 101 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.15 |
| HSL | 120.51º | 0.61% | 0.62% | - |
| HSV(B) | 120.51º | 0.54% | 0.85% | - |
| XYZ | 32.68 | 53.79 | 20.97 | - |
| YUV | 169.38 | 89.41 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 101 | 0.54 | 0 | 0.54 | 0.15 | 120.51 | 0.61 | 0.62 |
| Hex | 64 | DA | 65 | 36 | 0 | 36 | F | 79 | 3D | 3E |
| Octal | 144 | 332 | 145 | 66 | 0 | 66 | 17 | 171 | 75 | 76 |
| Binary | 1100100 | 11011010 | 1100101 | 110110 | 0 | 110110 | 1111 | 1111001 | 111101 | 111110 |
Color Harmonies of #64DA65
Complementary color
Monochromatic Colors of #64DA65
Black with #64DA65
Text Example
Text Example
White with #64DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA65; }
p { color: rgb(100,218,101); }
H1.HeaderClassName
{
color: #64DA65;
}
.AnyTagClassName
{
color: #64DA65;
}
</style>
background-color css
<style>
a { background-color: #64DA65; }
a { background-color: rgb(100,218,101); }
div.DivClassName
{
background-color: #64DA65;
}
.BgClassName
{
background-color: #64DA65;
}
</style>
border-color css
<style>
span { border-color: #64DA65; }
span { border-color: rgb(100,218,101); }
td.TdClassName
{
border-color: #64DA65;
}
.TagClassName
{
border-color: #64DA65;
}
</style>