Shades of Pastel Green #64DA6C
Tints of Pastel Green #64DA6C
RGB
CMYK
RGB Variations
Color information
#64DA6C (or 0x64DA6C) is known color: Pastel Green. HEX triplet: 64, DA and 6C. RGB value is (100,218,108). Sum of RGB (Red+Green+Blue) = 100+218+108=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA6C is #9B2593. Grayscale: #AAAAAA. Windows color (decimal): -10167700 or 7133796. OLE color: 7133796.
HSL color Cylindrical-coordinate representation of color #64DA6C: hue angle of 124.07º 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 #64DA6C is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 108 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.15 |
| HSL | 124.07º | 0.61% | 0.62% | - |
| HSV(B) | 124.07º | 0.54% | 0.85% | - |
| XYZ | 33.03 | 53.93 | 22.86 | - |
| YUV | 170.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 108 | 0.54 | 0 | 0.50 | 0.15 | 124.07 | 0.61 | 0.62 |
| Hex | 64 | DA | 6C | 36 | 0 | 32 | F | 7C | 3D | 3E |
| Octal | 144 | 332 | 154 | 66 | 0 | 62 | 17 | 174 | 75 | 76 |
| Binary | 1100100 | 11011010 | 1101100 | 110110 | 0 | 110010 | 1111 | 1111100 | 111101 | 111110 |
Color Harmonies of #64DA6C
Complementary color
Monochromatic Colors of #64DA6C
Black with #64DA6C
Text Example
Text Example
White with #64DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA6C; }
p { color: rgb(100,218,108); }
H1.HeaderClassName
{
color: #64DA6C;
}
.AnyTagClassName
{
color: #64DA6C;
}
</style>
background-color css
<style>
a { background-color: #64DA6C; }
a { background-color: rgb(100,218,108); }
div.DivClassName
{
background-color: #64DA6C;
}
.BgClassName
{
background-color: #64DA6C;
}
</style>
border-color css
<style>
span { border-color: #64DA6C; }
span { border-color: rgb(100,218,108); }
td.TdClassName
{
border-color: #64DA6C;
}
.TagClassName
{
border-color: #64DA6C;
}
</style>