Shades of Pastel Green #64D968
Tints of Pastel Green #64D968
RGB
CMYK
RGB Variations
Color information
#64D968 (or 0x64D968) is known color: Pastel Green. HEX triplet: 64, D9 and 68. RGB value is (100,217,104). Sum of RGB (Red+Green+Blue) = 100+217+104=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #64D968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D968 is #9B2697. Grayscale: #A9A9A9. Windows color (decimal): -10167960 or 6871396. OLE color: 6871396.
HSL color Cylindrical-coordinate representation of color #64D968: hue angle of 122.05º 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 #64D968 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 104 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.15 |
| HSL | 122.05º | 0.61% | 0.62% | - |
| HSV(B) | 122.05º | 0.54% | 0.85% | - |
| XYZ | 32.57 | 53.33 | 21.67 | - |
| YUV | 169.14 | 91.24 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 104 | 0.54 | 0 | 0.52 | 0.15 | 122.05 | 0.61 | 0.62 |
| Hex | 64 | D9 | 68 | 36 | 0 | 34 | F | 7A | 3D | 3E |
| Octal | 144 | 331 | 150 | 66 | 0 | 64 | 17 | 172 | 75 | 76 |
| Binary | 1100100 | 11011001 | 1101000 | 110110 | 0 | 110100 | 1111 | 1111010 | 111101 | 111110 |
Color Harmonies of #64D968
Complementary color
Monochromatic Colors of #64D968
Black with #64D968
Text Example
Text Example
White with #64D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D968; }
p { color: rgb(100,217,104); }
H1.HeaderClassName
{
color: #64D968;
}
.AnyTagClassName
{
color: #64D968;
}
</style>
background-color css
<style>
a { background-color: #64D968; }
a { background-color: rgb(100,217,104); }
div.DivClassName
{
background-color: #64D968;
}
.BgClassName
{
background-color: #64D968;
}
</style>
border-color css
<style>
span { border-color: #64D968; }
span { border-color: rgb(100,217,104); }
td.TdClassName
{
border-color: #64D968;
}
.TagClassName
{
border-color: #64D968;
}
</style>