Shades of Pastel Green #68D886
Tints of Pastel Green #68D886
RGB
CMYK
RGB Variations
Color information
#68D886 (or 0x68D886) is known color: Pastel Green. HEX triplet: 68, D8 and 86. RGB value is (104,216,134). Sum of RGB (Red+Green+Blue) = 104+216+134=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #68D886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D886 is #972779. Grayscale: #ADADAD. Windows color (decimal): -9906042 or 8837224. OLE color: 8837224.
HSL color Cylindrical-coordinate representation of color #68D886: hue angle of 136.07º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D886 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 134 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.15 |
| HSL | 136.07º | 0.59% | 0.63% | - |
| HSV(B) | 136.07º | 0.52% | 0.85% | - |
| XYZ | 34.57 | 53.78 | 31.11 | - |
| YUV | 173.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 134 | 0.52 | 0 | 0.38 | 0.15 | 136.07 | 0.59 | 0.63 |
| Hex | 68 | D8 | 86 | 34 | 0 | 26 | F | 88 | 3B | 3F |
| Octal | 150 | 330 | 206 | 64 | 0 | 46 | 17 | 210 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10000110 | 110100 | 0 | 100110 | 1111 | 10001000 | 111011 | 111111 |
Color Harmonies of #68D886
Complementary color
Monochromatic Colors of #68D886
Black with #68D886
Text Example
Text Example
White with #68D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D886; }
p { color: rgb(104,216,134); }
H1.HeaderClassName
{
color: #68D886;
}
.AnyTagClassName
{
color: #68D886;
}
</style>
background-color css
<style>
a { background-color: #68D886; }
a { background-color: rgb(104,216,134); }
div.DivClassName
{
background-color: #68D886;
}
.BgClassName
{
background-color: #68D886;
}
</style>
border-color css
<style>
span { border-color: #68D886; }
span { border-color: rgb(104,216,134); }
td.TdClassName
{
border-color: #68D886;
}
.TagClassName
{
border-color: #68D886;
}
</style>