Shades of Pastel Green #68DC86
Tints of Pastel Green #68DC86
RGB
CMYK
RGB Variations
Color information
#68DC86 (or 0x68DC86) is known color: Pastel Green. HEX triplet: 68, DC and 86. RGB value is (104,220,134). Sum of RGB (Red+Green+Blue) = 104+220+134=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC86 is #972379. Grayscale: #AFAFAF. Windows color (decimal): -9905018 or 8838248. OLE color: 8838248.
HSL color Cylindrical-coordinate representation of color #68DC86: hue angle of 135.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC86 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 134 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.14 |
| HSL | 135.52º | 0.62% | 0.64% | - |
| HSV(B) | 135.52º | 0.53% | 0.86% | - |
| XYZ | 35.61 | 55.85 | 31.46 | - |
| YUV | 175.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 134 | 0.53 | 0 | 0.39 | 0.14 | 135.52 | 0.62 | 0.64 |
| Hex | 68 | DC | 86 | 35 | 0 | 27 | E | 88 | 3E | 40 |
| Octal | 150 | 334 | 206 | 65 | 0 | 47 | 16 | 210 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10000110 | 110101 | 0 | 100111 | 1110 | 10001000 | 111110 | 1000000 |
Color Harmonies of #68DC86
Complementary color
Monochromatic Colors of #68DC86
Black with #68DC86
Text Example
Text Example
White with #68DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC86; }
p { color: rgb(104,220,134); }
H1.HeaderClassName
{
color: #68DC86;
}
.AnyTagClassName
{
color: #68DC86;
}
</style>
background-color css
<style>
a { background-color: #68DC86; }
a { background-color: rgb(104,220,134); }
div.DivClassName
{
background-color: #68DC86;
}
.BgClassName
{
background-color: #68DC86;
}
</style>
border-color css
<style>
span { border-color: #68DC86; }
span { border-color: rgb(104,220,134); }
td.TdClassName
{
border-color: #68DC86;
}
.TagClassName
{
border-color: #68DC86;
}
</style>