Shades of Pastel Green #68EB8E
Tints of Pastel Green #68EB8E
RGB
CMYK
RGB Variations
Color information
#68EB8E (or 0x68EB8E) is known color: Pastel Green. HEX triplet: 68, EB and 8E. RGB value is (104,235,142). Sum of RGB (Red+Green+Blue) = 104+235+142=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB8E is #971471. Grayscale: #B9B9B9. Windows color (decimal): -9901170 or 9366376. OLE color: 9366376.
HSL color Cylindrical-coordinate representation of color #68EB8E: hue angle of 137.4º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EB8E is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 142 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.08 |
| HSL | 137.4º | 0.77% | 0.66% | - |
| HSV(B) | 137.4º | 0.56% | 0.92% | - |
| XYZ | 40.3 | 64.31 | 35.88 | - |
| YUV | 185.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 142 | 0.56 | 0 | 0.40 | 0.08 | 137.4 | 0.77 | 0.66 |
| Hex | 68 | EB | 8E | 38 | 0 | 28 | 8 | 89 | 4D | 42 |
| Octal | 150 | 353 | 216 | 70 | 0 | 50 | 10 | 211 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10001110 | 111000 | 0 | 101000 | 1000 | 10001001 | 1001101 | 1000010 |
Color Harmonies of #68EB8E
Complementary color
Monochromatic Colors of #68EB8E
Black with #68EB8E
Text Example
Text Example
White with #68EB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EB8E; }
p { color: rgb(104,235,142); }
H1.HeaderClassName
{
color: #68EB8E;
}
.AnyTagClassName
{
color: #68EB8E;
}
</style>
background-color css
<style>
a { background-color: #68EB8E; }
a { background-color: rgb(104,235,142); }
div.DivClassName
{
background-color: #68EB8E;
}
.BgClassName
{
background-color: #68EB8E;
}
</style>
border-color css
<style>
span { border-color: #68EB8E; }
span { border-color: rgb(104,235,142); }
td.TdClassName
{
border-color: #68EB8E;
}
.TagClassName
{
border-color: #68EB8E;
}
</style>