Shades of Pastel Green #8DE668
Tints of Pastel Green #8DE668
RGB
CMYK
RGB Variations
Color information
#8DE668 (or 0x8DE668) is known color: Pastel Green. HEX triplet: 8D, E6 and 68. RGB value is (141,230,104). Sum of RGB (Red+Green+Blue) = 141+230+104=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DE668 is #721997. Grayscale: #BDBDBD. Windows color (decimal): -7477656 or 6874765. OLE color: 6874765.
HSL color Cylindrical-coordinate representation of color #8DE668: hue angle of 102.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DE668 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 230 | 104 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.10 |
| HSL | 102.38º | 0.72% | 0.65% | - |
| HSV(B) | 102.38º | 0.55% | 0.9% | - |
| XYZ | 41.78 | 63.26 | 23.1 | - |
| YUV | 189.03 | 80.01 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 104 | 0.39 | 0 | 0.55 | 0.10 | 102.38 | 0.72 | 0.65 |
| Hex | 8D | E6 | 68 | 27 | 0 | 37 | A | 66 | 48 | 41 |
| Octal | 215 | 346 | 150 | 47 | 0 | 67 | 12 | 146 | 110 | 101 |
| Binary | 10001101 | 11100110 | 1101000 | 100111 | 0 | 110111 | 1010 | 1100110 | 1001000 | 1000001 |
Color Harmonies of #8DE668
Complementary color
Monochromatic Colors of #8DE668
Black with #8DE668
Text Example
Text Example
White with #8DE668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE668; }
p { color: rgb(141,230,104); }
H1.HeaderClassName
{
color: #8DE668;
}
.AnyTagClassName
{
color: #8DE668;
}
</style>
background-color css
<style>
a { background-color: #8DE668; }
a { background-color: rgb(141,230,104); }
div.DivClassName
{
background-color: #8DE668;
}
.BgClassName
{
background-color: #8DE668;
}
</style>
border-color css
<style>
span { border-color: #8DE668; }
span { border-color: rgb(141,230,104); }
td.TdClassName
{
border-color: #8DE668;
}
.TagClassName
{
border-color: #8DE668;
}
</style>