Shades of Pastel Green #64D55F
Tints of Pastel Green #64D55F
RGB
CMYK
RGB Variations
Color information
#64D55F (or 0x64D55F) is known color: Pastel Green. HEX triplet: 64, D5 and 5F. RGB value is (100,213,95). Sum of RGB (Red+Green+Blue) = 100+213+95=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #64D55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D55F is #9B2AA0. Grayscale: #A6A6A6. Windows color (decimal): -10168993 or 6280548. OLE color: 6280548.
HSL color Cylindrical-coordinate representation of color #64D55F: hue angle of 117.46º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64D55F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 95 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.16 |
| HSL | 117.46º | 0.58% | 0.6% | - |
| HSV(B) | 117.46º | 0.55% | 0.84% | - |
| XYZ | 31.12 | 51.12 | 19.05 | - |
| YUV | 165.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 95 | 0.53 | 0 | 0.55 | 0.16 | 117.46 | 0.58 | 0.6 |
| Hex | 64 | D5 | 5F | 35 | 0 | 37 | 10 | 75 | 3A | 3C |
| Octal | 144 | 325 | 137 | 65 | 0 | 67 | 20 | 165 | 72 | 74 |
| Binary | 1100100 | 11010101 | 1011111 | 110101 | 0 | 110111 | 10000 | 1110101 | 111010 | 111100 |
Color Harmonies of #64D55F
Complementary color
Monochromatic Colors of #64D55F
Black with #64D55F
Text Example
Text Example
White with #64D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D55F; }
p { color: rgb(100,213,95); }
H1.HeaderClassName
{
color: #64D55F;
}
.AnyTagClassName
{
color: #64D55F;
}
</style>
background-color css
<style>
a { background-color: #64D55F; }
a { background-color: rgb(100,213,95); }
div.DivClassName
{
background-color: #64D55F;
}
.BgClassName
{
background-color: #64D55F;
}
</style>
border-color css
<style>
span { border-color: #64D55F; }
span { border-color: rgb(100,213,95); }
td.TdClassName
{
border-color: #64D55F;
}
.TagClassName
{
border-color: #64D55F;
}
</style>