Shades of Pastel Green #64E281
Tints of Pastel Green #64E281
RGB
CMYK
RGB Variations
Color information
#64E281 (or 0x64E281) is known color: Pastel Green. HEX triplet: 64, E2 and 81. RGB value is (100,226,129). Sum of RGB (Red+Green+Blue) = 100+226+129=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #64E281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E281 is #9B1D7E. Grayscale: #B1B1B1. Windows color (decimal): -10165631 or 8512100. OLE color: 8512100.
HSL color Cylindrical-coordinate representation of color #64E281: hue angle of 133.81º 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 #64E281 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 129 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.11 |
| HSL | 133.81º | 0.68% | 0.64% | - |
| HSV(B) | 133.81º | 0.56% | 0.89% | - |
| XYZ | 36.41 | 58.69 | 30.18 | - |
| YUV | 177.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 129 | 0.56 | 0 | 0.43 | 0.11 | 133.81 | 0.68 | 0.64 |
| Hex | 64 | E2 | 81 | 38 | 0 | 2B | B | 86 | 44 | 40 |
| Octal | 144 | 342 | 201 | 70 | 0 | 53 | 13 | 206 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10000001 | 111000 | 0 | 101011 | 1011 | 10000110 | 1000100 | 1000000 |
Color Harmonies of #64E281
Complementary color
Monochromatic Colors of #64E281
Black with #64E281
Text Example
Text Example
White with #64E281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E281; }
p { color: rgb(100,226,129); }
H1.HeaderClassName
{
color: #64E281;
}
.AnyTagClassName
{
color: #64E281;
}
</style>
background-color css
<style>
a { background-color: #64E281; }
a { background-color: rgb(100,226,129); }
div.DivClassName
{
background-color: #64E281;
}
.BgClassName
{
background-color: #64E281;
}
</style>
border-color css
<style>
span { border-color: #64E281; }
span { border-color: rgb(100,226,129); }
td.TdClassName
{
border-color: #64E281;
}
.TagClassName
{
border-color: #64E281;
}
</style>