Shades of Pastel Green #64DA63
Tints of Pastel Green #64DA63
RGB
CMYK
RGB Variations
Color information
#64DA63 (or 0x64DA63) is known color: Pastel Green. HEX triplet: 64, DA and 63. RGB value is (100,218,99). Sum of RGB (Red+Green+Blue) = 100+218+99=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA63 is #9B259C. Grayscale: #A9A9A9. Windows color (decimal): -10167709 or 6543972. OLE color: 6543972.
HSL color Cylindrical-coordinate representation of color #64DA63: hue angle of 119.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DA63 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 99 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.15 |
| HSL | 119.5º | 0.62% | 0.62% | - |
| HSV(B) | 119.5º | 0.55% | 0.85% | - |
| XYZ | 32.58 | 53.75 | 20.46 | - |
| YUV | 169.15 | 88.41 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 99 | 0.54 | 0 | 0.55 | 0.15 | 119.5 | 0.62 | 0.62 |
| Hex | 64 | DA | 63 | 36 | 0 | 37 | F | 77 | 3E | 3E |
| Octal | 144 | 332 | 143 | 66 | 0 | 67 | 17 | 167 | 76 | 76 |
| Binary | 1100100 | 11011010 | 1100011 | 110110 | 0 | 110111 | 1111 | 1110111 | 111110 | 111110 |
Color Harmonies of #64DA63
Complementary color
Monochromatic Colors of #64DA63
Black with #64DA63
Text Example
Text Example
White with #64DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA63; }
p { color: rgb(100,218,99); }
H1.HeaderClassName
{
color: #64DA63;
}
.AnyTagClassName
{
color: #64DA63;
}
</style>
background-color css
<style>
a { background-color: #64DA63; }
a { background-color: rgb(100,218,99); }
div.DivClassName
{
background-color: #64DA63;
}
.BgClassName
{
background-color: #64DA63;
}
</style>
border-color css
<style>
span { border-color: #64DA63; }
span { border-color: rgb(100,218,99); }
td.TdClassName
{
border-color: #64DA63;
}
.TagClassName
{
border-color: #64DA63;
}
</style>