Shades of Pastel Green #68DE86
Tints of Pastel Green #68DE86
RGB
CMYK
RGB Variations
Color information
#68DE86 (or 0x68DE86) is known color: Pastel Green. HEX triplet: 68, DE and 86. RGB value is (104,222,134). Sum of RGB (Red+Green+Blue) = 104+222+134=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DE86 is #972179. Grayscale: #B0B0B0. Windows color (decimal): -9904506 or 8838760. OLE color: 8838760.
HSL color Cylindrical-coordinate representation of color #68DE86: hue angle of 135.25º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DE86 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 134 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.13 |
| HSL | 135.25º | 0.64% | 0.64% | - |
| HSV(B) | 135.25º | 0.53% | 0.87% | - |
| XYZ | 36.13 | 56.91 | 31.63 | - |
| YUV | 176.69 | 103.91 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 134 | 0.53 | 0 | 0.40 | 0.13 | 135.25 | 0.64 | 0.64 |
| Hex | 68 | DE | 86 | 35 | 0 | 28 | D | 87 | 40 | 40 |
| Octal | 150 | 336 | 206 | 65 | 0 | 50 | 15 | 207 | 100 | 100 |
| Binary | 1101000 | 11011110 | 10000110 | 110101 | 0 | 101000 | 1101 | 10000111 | 1000000 | 1000000 |
Color Harmonies of #68DE86
Complementary color
Monochromatic Colors of #68DE86
Black with #68DE86
Text Example
Text Example
White with #68DE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE86; }
p { color: rgb(104,222,134); }
H1.HeaderClassName
{
color: #68DE86;
}
.AnyTagClassName
{
color: #68DE86;
}
</style>
background-color css
<style>
a { background-color: #68DE86; }
a { background-color: rgb(104,222,134); }
div.DivClassName
{
background-color: #68DE86;
}
.BgClassName
{
background-color: #68DE86;
}
</style>
border-color css
<style>
span { border-color: #68DE86; }
span { border-color: rgb(104,222,134); }
td.TdClassName
{
border-color: #68DE86;
}
.TagClassName
{
border-color: #68DE86;
}
</style>