Shades of Pastel Green #8CE17D
Tints of Pastel Green #8CE17D
RGB
CMYK
RGB Variations
Color information
#8CE17D (or 0x8CE17D) is known color: Pastel Green. HEX triplet: 8C, E1 and 7D. RGB value is (140,225,125). Sum of RGB (Red+Green+Blue) = 140+225+125=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE17D is #731E82. Grayscale: #BCBCBC. Windows color (decimal): -7544451 or 8249740. OLE color: 8249740.
HSL color Cylindrical-coordinate representation of color #8CE17D: hue angle of 111º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CE17D is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 125 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.12 |
| HSL | 111º | 0.63% | 0.69% | - |
| HSV(B) | 111º | 0.44% | 0.88% | - |
| XYZ | 41.44 | 60.91 | 28.97 | - |
| YUV | 188.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 125 | 0.38 | 0 | 0.44 | 0.12 | 111 | 0.63 | 0.69 |
| Hex | 8C | E1 | 7D | 26 | 0 | 2C | C | 6F | 3E | 45 |
| Octal | 214 | 341 | 175 | 46 | 0 | 54 | 14 | 157 | 76 | 105 |
| Binary | 10001100 | 11100001 | 1111101 | 100110 | 0 | 101100 | 1100 | 1101111 | 111110 | 1000101 |
Color Harmonies of #8CE17D
Complementary color
Monochromatic Colors of #8CE17D
Black with #8CE17D
Text Example
Text Example
White with #8CE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE17D; }
p { color: rgb(140,225,125); }
H1.HeaderClassName
{
color: #8CE17D;
}
.AnyTagClassName
{
color: #8CE17D;
}
</style>
background-color css
<style>
a { background-color: #8CE17D; }
a { background-color: rgb(140,225,125); }
div.DivClassName
{
background-color: #8CE17D;
}
.BgClassName
{
background-color: #8CE17D;
}
</style>
border-color css
<style>
span { border-color: #8CE17D; }
span { border-color: rgb(140,225,125); }
td.TdClassName
{
border-color: #8CE17D;
}
.TagClassName
{
border-color: #8CE17D;
}
</style>