Shades of Pastel Green #68E88D
Tints of Pastel Green #68E88D
RGB
CMYK
RGB Variations
Color information
#68E88D (or 0x68E88D) is known color: Pastel Green. HEX triplet: 68, E8 and 8D. RGB value is (104,232,141). Sum of RGB (Red+Green+Blue) = 104+232+141=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #68E88D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E88D is #971772. Grayscale: #B7B7B7. Windows color (decimal): -9901939 or 9300072. OLE color: 9300072.
HSL color Cylindrical-coordinate representation of color #68E88D: hue angle of 137.34º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E88D is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 141 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.09 |
| HSL | 137.34º | 0.74% | 0.66% | - |
| HSV(B) | 137.34º | 0.55% | 0.91% | - |
| XYZ | 39.37 | 62.58 | 35.2 | - |
| YUV | 183.35 | 104.09 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 141 | 0.55 | 0 | 0.39 | 0.09 | 137.34 | 0.74 | 0.66 |
| Hex | 68 | E8 | 8D | 37 | 0 | 27 | 9 | 89 | 4A | 42 |
| Octal | 150 | 350 | 215 | 67 | 0 | 47 | 11 | 211 | 112 | 102 |
| Binary | 1101000 | 11101000 | 10001101 | 110111 | 0 | 100111 | 1001 | 10001001 | 1001010 | 1000010 |
Color Harmonies of #68E88D
Complementary color
Monochromatic Colors of #68E88D
Black with #68E88D
Text Example
Text Example
White with #68E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E88D; }
p { color: rgb(104,232,141); }
H1.HeaderClassName
{
color: #68E88D;
}
.AnyTagClassName
{
color: #68E88D;
}
</style>
background-color css
<style>
a { background-color: #68E88D; }
a { background-color: rgb(104,232,141); }
div.DivClassName
{
background-color: #68E88D;
}
.BgClassName
{
background-color: #68E88D;
}
</style>
border-color css
<style>
span { border-color: #68E88D; }
span { border-color: rgb(104,232,141); }
td.TdClassName
{
border-color: #68E88D;
}
.TagClassName
{
border-color: #68E88D;
}
</style>