Shades of Pastel Green #64D568
Tints of Pastel Green #64D568
RGB
CMYK
RGB Variations
Color information
#64D568 (or 0x64D568) is known color: Pastel Green. HEX triplet: 64, D5 and 68. RGB value is (100,213,104). Sum of RGB (Red+Green+Blue) = 100+213+104=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #64D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D568 is #9B2A97. Grayscale: #A7A7A7. Windows color (decimal): -10168984 or 6870372. OLE color: 6870372.
HSL color Cylindrical-coordinate representation of color #64D568: hue angle of 122.12º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D568 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 104 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.16 |
| HSL | 122.12º | 0.57% | 0.61% | - |
| HSV(B) | 122.12º | 0.53% | 0.84% | - |
| XYZ | 31.55 | 51.3 | 21.34 | - |
| YUV | 166.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 104 | 0.53 | 0 | 0.51 | 0.16 | 122.12 | 0.57 | 0.61 |
| Hex | 64 | D5 | 68 | 35 | 0 | 33 | 10 | 7A | 39 | 3D |
| Octal | 144 | 325 | 150 | 65 | 0 | 63 | 20 | 172 | 71 | 75 |
| Binary | 1100100 | 11010101 | 1101000 | 110101 | 0 | 110011 | 10000 | 1111010 | 111001 | 111101 |
Color Harmonies of #64D568
Complementary color
Monochromatic Colors of #64D568
Black with #64D568
Text Example
Text Example
White with #64D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D568; }
p { color: rgb(100,213,104); }
H1.HeaderClassName
{
color: #64D568;
}
.AnyTagClassName
{
color: #64D568;
}
</style>
background-color css
<style>
a { background-color: #64D568; }
a { background-color: rgb(100,213,104); }
div.DivClassName
{
background-color: #64D568;
}
.BgClassName
{
background-color: #64D568;
}
</style>
border-color css
<style>
span { border-color: #64D568; }
span { border-color: rgb(100,213,104); }
td.TdClassName
{
border-color: #64D568;
}
.TagClassName
{
border-color: #64D568;
}
</style>