Shades of Pastel Green #68EE8D
Tints of Pastel Green #68EE8D
RGB
CMYK
RGB Variations
Color information
#68EE8D (or 0x68EE8D) is known color: Pastel Green. HEX triplet: 68, EE and 8D. RGB value is (104,238,141). Sum of RGB (Red+Green+Blue) = 104+238+141=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE8D is #971172. Grayscale: #BBBBBB. Windows color (decimal): -9900403 or 9301608. OLE color: 9301608.
HSL color Cylindrical-coordinate representation of color #68EE8D: hue angle of 136.57º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EE8D is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 141 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.07 |
| HSL | 136.57º | 0.8% | 0.67% | - |
| HSV(B) | 136.57º | 0.56% | 0.93% | - |
| XYZ | 41.09 | 66.02 | 35.78 | - |
| YUV | 186.88 | 102.11 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 141 | 0.56 | 0 | 0.41 | 0.07 | 136.57 | 0.8 | 0.67 |
| Hex | 68 | EE | 8D | 38 | 0 | 29 | 7 | 89 | 50 | 43 |
| Octal | 150 | 356 | 215 | 70 | 0 | 51 | 7 | 211 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10001101 | 111000 | 0 | 101001 | 111 | 10001001 | 1010000 | 1000011 |
Color Harmonies of #68EE8D
Complementary color
Monochromatic Colors of #68EE8D
Black with #68EE8D
Text Example
Text Example
White with #68EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EE8D; }
p { color: rgb(104,238,141); }
H1.HeaderClassName
{
color: #68EE8D;
}
.AnyTagClassName
{
color: #68EE8D;
}
</style>
background-color css
<style>
a { background-color: #68EE8D; }
a { background-color: rgb(104,238,141); }
div.DivClassName
{
background-color: #68EE8D;
}
.BgClassName
{
background-color: #68EE8D;
}
</style>
border-color css
<style>
span { border-color: #68EE8D; }
span { border-color: rgb(104,238,141); }
td.TdClassName
{
border-color: #68EE8D;
}
.TagClassName
{
border-color: #68EE8D;
}
</style>