Shades of Pastel Green #64DA76
Tints of Pastel Green #64DA76
RGB
CMYK
RGB Variations
Color information
#64DA76 (or 0x64DA76) is known color: Pastel Green. HEX triplet: 64, DA and 76. RGB value is (100,218,118). Sum of RGB (Red+Green+Blue) = 100+218+118=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA76 is #9B2589. Grayscale: #ABABAB. Windows color (decimal): -10167690 or 7789156. OLE color: 7789156.
HSL color Cylindrical-coordinate representation of color #64DA76: hue angle of 129.15º 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 #64DA76 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 118 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.15 |
| HSL | 129.15º | 0.61% | 0.62% | - |
| HSV(B) | 129.15º | 0.54% | 0.85% | - |
| XYZ | 33.6 | 54.16 | 25.82 | - |
| YUV | 171.32 | 97.91 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 118 | 0.54 | 0 | 0.46 | 0.15 | 129.15 | 0.61 | 0.62 |
| Hex | 64 | DA | 76 | 36 | 0 | 2E | F | 81 | 3D | 3E |
| Octal | 144 | 332 | 166 | 66 | 0 | 56 | 17 | 201 | 75 | 76 |
| Binary | 1100100 | 11011010 | 1110110 | 110110 | 0 | 101110 | 1111 | 10000001 | 111101 | 111110 |
Color Harmonies of #64DA76
Complementary color
Monochromatic Colors of #64DA76
Black with #64DA76
Text Example
Text Example
White with #64DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA76; }
p { color: rgb(100,218,118); }
H1.HeaderClassName
{
color: #64DA76;
}
.AnyTagClassName
{
color: #64DA76;
}
</style>
background-color css
<style>
a { background-color: #64DA76; }
a { background-color: rgb(100,218,118); }
div.DivClassName
{
background-color: #64DA76;
}
.BgClassName
{
background-color: #64DA76;
}
</style>
border-color css
<style>
span { border-color: #64DA76; }
span { border-color: rgb(100,218,118); }
td.TdClassName
{
border-color: #64DA76;
}
.TagClassName
{
border-color: #64DA76;
}
</style>