Shades of Pastel Green #64E279
Tints of Pastel Green #64E279
RGB
CMYK
RGB Variations
Color information
#64E279 (or 0x64E279) is known color: Pastel Green. HEX triplet: 64, E2 and 79. RGB value is (100,226,121). Sum of RGB (Red+Green+Blue) = 100+226+121=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #64E279 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E279 is #9B1D86. Grayscale: #B0B0B0. Windows color (decimal): -10165639 or 7987812. OLE color: 7987812.
HSL color Cylindrical-coordinate representation of color #64E279: hue angle of 130º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E279 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 121 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.11 |
| HSL | 130º | 0.68% | 0.64% | - |
| HSV(B) | 130º | 0.56% | 0.89% | - |
| XYZ | 35.9 | 58.48 | 27.49 | - |
| YUV | 176.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 121 | 0.56 | 0 | 0.46 | 0.11 | 130 | 0.68 | 0.64 |
| Hex | 64 | E2 | 79 | 38 | 0 | 2E | B | 82 | 44 | 40 |
| Octal | 144 | 342 | 171 | 70 | 0 | 56 | 13 | 202 | 104 | 100 |
| Binary | 1100100 | 11100010 | 1111001 | 111000 | 0 | 101110 | 1011 | 10000010 | 1000100 | 1000000 |
Color Harmonies of #64E279
Complementary color
Monochromatic Colors of #64E279
Black with #64E279
Text Example
Text Example
White with #64E279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E279; }
p { color: rgb(100,226,121); }
H1.HeaderClassName
{
color: #64E279;
}
.AnyTagClassName
{
color: #64E279;
}
</style>
background-color css
<style>
a { background-color: #64E279; }
a { background-color: rgb(100,226,121); }
div.DivClassName
{
background-color: #64E279;
}
.BgClassName
{
background-color: #64E279;
}
</style>
border-color css
<style>
span { border-color: #64E279; }
span { border-color: rgb(100,226,121); }
td.TdClassName
{
border-color: #64E279;
}
.TagClassName
{
border-color: #64E279;
}
</style>