Shades of Pastel Green #8EED68
Tints of Pastel Green #8EED68
RGB
CMYK
RGB Variations
Color information
#8EED68 (or 0x8EED68) is known color: Pastel Green. HEX triplet: 8E, ED and 68. RGB value is (142,237,104). Sum of RGB (Red+Green+Blue) = 142+237+104=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED68 is #711297. Grayscale: #C1C1C1. Windows color (decimal): -7410328 or 6876558. OLE color: 6876558.
HSL color Cylindrical-coordinate representation of color #8EED68: hue angle of 102.86º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EED68 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 104 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.07 |
| HSL | 102.86º | 0.79% | 0.67% | - |
| HSV(B) | 102.86º | 0.56% | 0.93% | - |
| XYZ | 43.94 | 67.32 | 23.77 | - |
| YUV | 193.43 | 77.53 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 104 | 0.40 | 0 | 0.56 | 0.07 | 102.86 | 0.79 | 0.67 |
| Hex | 8E | ED | 68 | 28 | 0 | 38 | 7 | 67 | 4F | 43 |
| Octal | 216 | 355 | 150 | 50 | 0 | 70 | 7 | 147 | 117 | 103 |
| Binary | 10001110 | 11101101 | 1101000 | 101000 | 0 | 111000 | 111 | 1100111 | 1001111 | 1000011 |
Color Harmonies of #8EED68
Complementary color
Monochromatic Colors of #8EED68
Black with #8EED68
Text Example
Text Example
White with #8EED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED68; }
p { color: rgb(142,237,104); }
H1.HeaderClassName
{
color: #8EED68;
}
.AnyTagClassName
{
color: #8EED68;
}
</style>
background-color css
<style>
a { background-color: #8EED68; }
a { background-color: rgb(142,237,104); }
div.DivClassName
{
background-color: #8EED68;
}
.BgClassName
{
background-color: #8EED68;
}
</style>
border-color css
<style>
span { border-color: #8EED68; }
span { border-color: rgb(142,237,104); }
td.TdClassName
{
border-color: #8EED68;
}
.TagClassName
{
border-color: #8EED68;
}
</style>