Shades of Pastel Green #8DE268
Tints of Pastel Green #8DE268
RGB
CMYK
RGB Variations
Color information
#8DE268 (or 0x8DE268) is known color: Pastel Green. HEX triplet: 8D, E2 and 68. RGB value is (141,226,104). Sum of RGB (Red+Green+Blue) = 141+226+104=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #8DE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE268 is #721D97. Grayscale: #BBBBBB. Windows color (decimal): -7478680 or 6873741. OLE color: 6873741.
HSL color Cylindrical-coordinate representation of color #8DE268: hue angle of 101.8º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DE268 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 226 | 104 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.11 |
| HSL | 101.8º | 0.68% | 0.65% | - |
| HSV(B) | 101.8º | 0.54% | 0.89% | - |
| XYZ | 40.68 | 61.05 | 22.74 | - |
| YUV | 186.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 226 | 104 | 0.38 | 0 | 0.54 | 0.11 | 101.8 | 0.68 | 0.65 |
| Hex | 8D | E2 | 68 | 26 | 0 | 36 | B | 66 | 44 | 41 |
| Octal | 215 | 342 | 150 | 46 | 0 | 66 | 13 | 146 | 104 | 101 |
| Binary | 10001101 | 11100010 | 1101000 | 100110 | 0 | 110110 | 1011 | 1100110 | 1000100 | 1000001 |
Color Harmonies of #8DE268
Complementary color
Monochromatic Colors of #8DE268
Black with #8DE268
Text Example
Text Example
White with #8DE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE268; }
p { color: rgb(141,226,104); }
H1.HeaderClassName
{
color: #8DE268;
}
.AnyTagClassName
{
color: #8DE268;
}
</style>
background-color css
<style>
a { background-color: #8DE268; }
a { background-color: rgb(141,226,104); }
div.DivClassName
{
background-color: #8DE268;
}
.BgClassName
{
background-color: #8DE268;
}
</style>
border-color css
<style>
span { border-color: #8DE268; }
span { border-color: rgb(141,226,104); }
td.TdClassName
{
border-color: #8DE268;
}
.TagClassName
{
border-color: #8DE268;
}
</style>