Shades of Pastel Green #64E284
Tints of Pastel Green #64E284
RGB
CMYK
RGB Variations
Color information
#64E284 (or 0x64E284) is known color: Pastel Green. HEX triplet: 64, E2 and 84. RGB value is (100,226,132). Sum of RGB (Red+Green+Blue) = 100+226+132=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #64E284 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E284 is #9B1D7B. Grayscale: #B1B1B1. Windows color (decimal): -10165628 or 8708708. OLE color: 8708708.
HSL color Cylindrical-coordinate representation of color #64E284: hue angle of 135.24º 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 #64E284 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 132 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.11 |
| HSL | 135.24º | 0.68% | 0.64% | - |
| HSV(B) | 135.24º | 0.56% | 0.89% | - |
| XYZ | 36.62 | 58.77 | 31.24 | - |
| YUV | 177.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 132 | 0.56 | 0 | 0.42 | 0.11 | 135.24 | 0.68 | 0.64 |
| Hex | 64 | E2 | 84 | 38 | 0 | 2A | B | 87 | 44 | 40 |
| Octal | 144 | 342 | 204 | 70 | 0 | 52 | 13 | 207 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10000100 | 111000 | 0 | 101010 | 1011 | 10000111 | 1000100 | 1000000 |
Color Harmonies of #64E284
Complementary color
Monochromatic Colors of #64E284
Black with #64E284
Text Example
Text Example
White with #64E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E284; }
p { color: rgb(100,226,132); }
H1.HeaderClassName
{
color: #64E284;
}
.AnyTagClassName
{
color: #64E284;
}
</style>
background-color css
<style>
a { background-color: #64E284; }
a { background-color: rgb(100,226,132); }
div.DivClassName
{
background-color: #64E284;
}
.BgClassName
{
background-color: #64E284;
}
</style>
border-color css
<style>
span { border-color: #64E284; }
span { border-color: rgb(100,226,132); }
td.TdClassName
{
border-color: #64E284;
}
.TagClassName
{
border-color: #64E284;
}
</style>