Shades of Pastel Green #64DA62
Tints of Pastel Green #64DA62
RGB
CMYK
RGB Variations
Color information
#64DA62 (or 0x64DA62) is known color: Pastel Green. HEX triplet: 64, DA and 62. RGB value is (100,218,98). Sum of RGB (Red+Green+Blue) = 100+218+98=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA62 is #9B259D. Grayscale: #A9A9A9. Windows color (decimal): -10167710 or 6478436. OLE color: 6478436.
HSL color Cylindrical-coordinate representation of color #64DA62: hue angle of 119º 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 #64DA62 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 98 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.15 |
| HSL | 119º | 0.62% | 0.62% | - |
| HSV(B) | 119º | 0.55% | 0.85% | - |
| XYZ | 32.53 | 53.73 | 20.21 | - |
| YUV | 169.04 | 87.91 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 98 | 0.54 | 0 | 0.55 | 0.15 | 119 | 0.62 | 0.62 |
| Hex | 64 | DA | 62 | 36 | 0 | 37 | F | 77 | 3E | 3E |
| Octal | 144 | 332 | 142 | 66 | 0 | 67 | 17 | 167 | 76 | 76 |
| Binary | 1100100 | 11011010 | 1100010 | 110110 | 0 | 110111 | 1111 | 1110111 | 111110 | 111110 |
Color Harmonies of #64DA62
Complementary color
Monochromatic Colors of #64DA62
Black with #64DA62
Text Example
Text Example
White with #64DA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA62; }
p { color: rgb(100,218,98); }
H1.HeaderClassName
{
color: #64DA62;
}
.AnyTagClassName
{
color: #64DA62;
}
</style>
background-color css
<style>
a { background-color: #64DA62; }
a { background-color: rgb(100,218,98); }
div.DivClassName
{
background-color: #64DA62;
}
.BgClassName
{
background-color: #64DA62;
}
</style>
border-color css
<style>
span { border-color: #64DA62; }
span { border-color: rgb(100,218,98); }
td.TdClassName
{
border-color: #64DA62;
}
.TagClassName
{
border-color: #64DA62;
}
</style>