Shades of Pastel Green #64DA74
Tints of Pastel Green #64DA74
RGB
CMYK
RGB Variations
Color information
#64DA74 (or 0x64DA74) is known color: Pastel Green. HEX triplet: 64, DA and 74. RGB value is (100,218,116). Sum of RGB (Red+Green+Blue) = 100+218+116=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA74 is #9B258B. Grayscale: #ABABAB. Windows color (decimal): -10167692 or 7658084. OLE color: 7658084.
HSL color Cylindrical-coordinate representation of color #64DA74: hue angle of 128.14º 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 #64DA74 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 116 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.15 |
| HSL | 128.14º | 0.61% | 0.62% | - |
| HSV(B) | 128.14º | 0.54% | 0.85% | - |
| XYZ | 33.48 | 54.11 | 25.2 | - |
| YUV | 171.09 | 96.91 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 116 | 0.54 | 0 | 0.47 | 0.15 | 128.14 | 0.61 | 0.62 |
| Hex | 64 | DA | 74 | 36 | 0 | 2F | F | 80 | 3D | 3E |
| Octal | 144 | 332 | 164 | 66 | 0 | 57 | 17 | 200 | 75 | 76 |
| Binary | 1100100 | 11011010 | 1110100 | 110110 | 0 | 101111 | 1111 | 10000000 | 111101 | 111110 |
Color Harmonies of #64DA74
Complementary color
Monochromatic Colors of #64DA74
Black with #64DA74
Text Example
Text Example
White with #64DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA74; }
p { color: rgb(100,218,116); }
H1.HeaderClassName
{
color: #64DA74;
}
.AnyTagClassName
{
color: #64DA74;
}
</style>
background-color css
<style>
a { background-color: #64DA74; }
a { background-color: rgb(100,218,116); }
div.DivClassName
{
background-color: #64DA74;
}
.BgClassName
{
background-color: #64DA74;
}
</style>
border-color css
<style>
span { border-color: #64DA74; }
span { border-color: rgb(100,218,116); }
td.TdClassName
{
border-color: #64DA74;
}
.TagClassName
{
border-color: #64DA74;
}
</style>