Shades of Pastel Green #64DC7A
Tints of Pastel Green #64DC7A
RGB
CMYK
RGB Variations
Color information
#64DC7A (or 0x64DC7A) is known color: Pastel Green. HEX triplet: 64, DC and 7A. RGB value is (100,220,122). Sum of RGB (Red+Green+Blue) = 100+220+122=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC7A is #9B2385. Grayscale: #ADADAD. Windows color (decimal): -10167174 or 8051812. OLE color: 8051812.
HSL color Cylindrical-coordinate representation of color #64DC7A: hue angle of 131º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC7A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 122 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.14 |
| HSL | 131º | 0.63% | 0.63% | - |
| HSV(B) | 131º | 0.55% | 0.86% | - |
| XYZ | 34.36 | 55.3 | 27.28 | - |
| YUV | 172.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 122 | 0.55 | 0 | 0.45 | 0.14 | 131 | 0.63 | 0.63 |
| Hex | 64 | DC | 7A | 37 | 0 | 2D | E | 83 | 3F | 3F |
| Octal | 144 | 334 | 172 | 67 | 0 | 55 | 16 | 203 | 77 | 77 |
| Binary | 1100100 | 11011100 | 1111010 | 110111 | 0 | 101101 | 1110 | 10000011 | 111111 | 111111 |
Color Harmonies of #64DC7A
Complementary color
Monochromatic Colors of #64DC7A
Black with #64DC7A
Text Example
Text Example
White with #64DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DC7A; }
p { color: rgb(100,220,122); }
H1.HeaderClassName
{
color: #64DC7A;
}
.AnyTagClassName
{
color: #64DC7A;
}
</style>
background-color css
<style>
a { background-color: #64DC7A; }
a { background-color: rgb(100,220,122); }
div.DivClassName
{
background-color: #64DC7A;
}
.BgClassName
{
background-color: #64DC7A;
}
</style>
border-color css
<style>
span { border-color: #64DC7A; }
span { border-color: rgb(100,220,122); }
td.TdClassName
{
border-color: #64DC7A;
}
.TagClassName
{
border-color: #64DC7A;
}
</style>