Shades of Pastel Green #8DEC64
Tints of Pastel Green #8DEC64
RGB
CMYK
RGB Variations
Color information
#8DEC64 (or 0x8DEC64) is known color: Pastel Green. HEX triplet: 8D, EC and 64. RGB value is (141,236,100). Sum of RGB (Red+Green+Blue) = 141+236+100=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEC64 is #72139B. Grayscale: #C0C0C0. Windows color (decimal): -7476124 or 6614157. OLE color: 6614157.
HSL color Cylindrical-coordinate representation of color #8DEC64: hue angle of 101.91º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DEC64 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 100 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.07 |
| HSL | 101.91º | 0.78% | 0.66% | - |
| HSV(B) | 101.91º | 0.58% | 0.93% | - |
| XYZ | 43.28 | 66.57 | 22.63 | - |
| YUV | 192.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 100 | 0.40 | 0 | 0.58 | 0.07 | 101.91 | 0.78 | 0.66 |
| Hex | 8D | EC | 64 | 28 | 0 | 3A | 7 | 66 | 4E | 42 |
| Octal | 215 | 354 | 144 | 50 | 0 | 72 | 7 | 146 | 116 | 102 |
| Binary | 10001101 | 11101100 | 1100100 | 101000 | 0 | 111010 | 111 | 1100110 | 1001110 | 1000010 |
Color Harmonies of #8DEC64
Complementary color
Monochromatic Colors of #8DEC64
Black with #8DEC64
Text Example
Text Example
White with #8DEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEC64; }
p { color: rgb(141,236,100); }
H1.HeaderClassName
{
color: #8DEC64;
}
.AnyTagClassName
{
color: #8DEC64;
}
</style>
background-color css
<style>
a { background-color: #8DEC64; }
a { background-color: rgb(141,236,100); }
div.DivClassName
{
background-color: #8DEC64;
}
.BgClassName
{
background-color: #8DEC64;
}
</style>
border-color css
<style>
span { border-color: #8DEC64; }
span { border-color: rgb(141,236,100); }
td.TdClassName
{
border-color: #8DEC64;
}
.TagClassName
{
border-color: #8DEC64;
}
</style>