Shades of Pastel Green #68E18D
Tints of Pastel Green #68E18D
RGB
CMYK
RGB Variations
Color information
#68E18D (or 0x68E18D) is known color: Pastel Green. HEX triplet: 68, E1 and 8D. RGB value is (104,225,141). Sum of RGB (Red+Green+Blue) = 104+225+141=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #68E18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E18D is #971E72. Grayscale: #B3B3B3. Windows color (decimal): -9903731 or 9298280. OLE color: 9298280.
HSL color Cylindrical-coordinate representation of color #68E18D: hue angle of 138.35º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E18D is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 141 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.12 |
| HSL | 138.35º | 0.67% | 0.65% | - |
| HSV(B) | 138.35º | 0.54% | 0.88% | - |
| XYZ | 37.44 | 58.72 | 34.56 | - |
| YUV | 179.25 | 106.41 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 141 | 0.54 | 0 | 0.37 | 0.12 | 138.35 | 0.67 | 0.65 |
| Hex | 68 | E1 | 8D | 36 | 0 | 25 | C | 8A | 43 | 41 |
| Octal | 150 | 341 | 215 | 66 | 0 | 45 | 14 | 212 | 103 | 101 |
| Binary | 1101000 | 11100001 | 10001101 | 110110 | 0 | 100101 | 1100 | 10001010 | 1000011 | 1000001 |
Color Harmonies of #68E18D
Complementary color
Monochromatic Colors of #68E18D
Black with #68E18D
Text Example
Text Example
White with #68E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E18D; }
p { color: rgb(104,225,141); }
H1.HeaderClassName
{
color: #68E18D;
}
.AnyTagClassName
{
color: #68E18D;
}
</style>
background-color css
<style>
a { background-color: #68E18D; }
a { background-color: rgb(104,225,141); }
div.DivClassName
{
background-color: #68E18D;
}
.BgClassName
{
background-color: #68E18D;
}
</style>
border-color css
<style>
span { border-color: #68E18D; }
span { border-color: rgb(104,225,141); }
td.TdClassName
{
border-color: #68E18D;
}
.TagClassName
{
border-color: #68E18D;
}
</style>