Shades of Pastel Green #64E17B
Tints of Pastel Green #64E17B
RGB
CMYK
RGB Variations
Color information
#64E17B (or 0x64E17B) is known color: Pastel Green. HEX triplet: 64, E1 and 7B. RGB value is (100,225,123). Sum of RGB (Red+Green+Blue) = 100+225+123=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #64E17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E17B is #9B1E84. Grayscale: #B0B0B0. Windows color (decimal): -10165893 or 8118628. OLE color: 8118628.
HSL color Cylindrical-coordinate representation of color #64E17B: hue angle of 131.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E17B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 123 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.12 |
| HSL | 131.04º | 0.68% | 0.64% | - |
| HSV(B) | 131.04º | 0.56% | 0.88% | - |
| XYZ | 35.76 | 57.99 | 28.05 | - |
| YUV | 176 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 123 | 0.56 | 0 | 0.45 | 0.12 | 131.04 | 0.68 | 0.64 |
| Hex | 64 | E1 | 7B | 38 | 0 | 2D | C | 83 | 44 | 40 |
| Octal | 144 | 341 | 173 | 70 | 0 | 55 | 14 | 203 | 104 | 100 |
| Binary | 1100100 | 11100001 | 1111011 | 111000 | 0 | 101101 | 1100 | 10000011 | 1000100 | 1000000 |
Color Harmonies of #64E17B
Complementary color
Monochromatic Colors of #64E17B
Black with #64E17B
Text Example
Text Example
White with #64E17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E17B; }
p { color: rgb(100,225,123); }
H1.HeaderClassName
{
color: #64E17B;
}
.AnyTagClassName
{
color: #64E17B;
}
</style>
background-color css
<style>
a { background-color: #64E17B; }
a { background-color: rgb(100,225,123); }
div.DivClassName
{
background-color: #64E17B;
}
.BgClassName
{
background-color: #64E17B;
}
</style>
border-color css
<style>
span { border-color: #64E17B; }
span { border-color: rgb(100,225,123); }
td.TdClassName
{
border-color: #64E17B;
}
.TagClassName
{
border-color: #64E17B;
}
</style>