Shades of Pastel Green #64E27C
Tints of Pastel Green #64E27C
RGB
CMYK
RGB Variations
Color information
#64E27C (or 0x64E27C) is known color: Pastel Green. HEX triplet: 64, E2 and 7C. RGB value is (100,226,124). Sum of RGB (Red+Green+Blue) = 100+226+124=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #64E27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E27C is #9B1D83. Grayscale: #B0B0B0. Windows color (decimal): -10165636 or 8184420. OLE color: 8184420.
HSL color Cylindrical-coordinate representation of color #64E27C: hue angle of 131.43º 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 #64E27C is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 124 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.11 |
| HSL | 131.43º | 0.68% | 0.64% | - |
| HSV(B) | 131.43º | 0.56% | 0.89% | - |
| XYZ | 36.09 | 58.56 | 28.47 | - |
| YUV | 176.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 124 | 0.56 | 0 | 0.45 | 0.11 | 131.43 | 0.68 | 0.64 |
| Hex | 64 | E2 | 7C | 38 | 0 | 2D | B | 83 | 44 | 40 |
| Octal | 144 | 342 | 174 | 70 | 0 | 55 | 13 | 203 | 104 | 100 |
| Binary | 1100100 | 11100010 | 1111100 | 111000 | 0 | 101101 | 1011 | 10000011 | 1000100 | 1000000 |
Color Harmonies of #64E27C
Complementary color
Monochromatic Colors of #64E27C
Black with #64E27C
Text Example
Text Example
White with #64E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E27C; }
p { color: rgb(100,226,124); }
H1.HeaderClassName
{
color: #64E27C;
}
.AnyTagClassName
{
color: #64E27C;
}
</style>
background-color css
<style>
a { background-color: #64E27C; }
a { background-color: rgb(100,226,124); }
div.DivClassName
{
background-color: #64E27C;
}
.BgClassName
{
background-color: #64E27C;
}
</style>
border-color css
<style>
span { border-color: #64E27C; }
span { border-color: rgb(100,226,124); }
td.TdClassName
{
border-color: #64E27C;
}
.TagClassName
{
border-color: #64E27C;
}
</style>