Shades of Pastel Green #68EF8E
Tints of Pastel Green #68EF8E
RGB
CMYK
RGB Variations
Color information
#68EF8E (or 0x68EF8E) is known color: Pastel Green. HEX triplet: 68, EF and 8E. RGB value is (104,239,142). Sum of RGB (Red+Green+Blue) = 104+239+142=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF8E is #971071. Grayscale: #BBBBBB. Windows color (decimal): -9900146 or 9367400. OLE color: 9367400.
HSL color Cylindrical-coordinate representation of color #68EF8E: hue angle of 136.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF8E is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 142 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.06 |
| HSL | 136.89º | 0.81% | 0.67% | - |
| HSV(B) | 136.89º | 0.56% | 0.94% | - |
| XYZ | 41.46 | 66.63 | 36.27 | - |
| YUV | 187.58 | 102.27 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 142 | 0.56 | 0 | 0.41 | 0.06 | 136.89 | 0.81 | 0.67 |
| Hex | 68 | EF | 8E | 38 | 0 | 29 | 6 | 89 | 51 | 43 |
| Octal | 150 | 357 | 216 | 70 | 0 | 51 | 6 | 211 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10001110 | 111000 | 0 | 101001 | 110 | 10001001 | 1010001 | 1000011 |
Color Harmonies of #68EF8E
Complementary color
Monochromatic Colors of #68EF8E
Black with #68EF8E
Text Example
Text Example
White with #68EF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF8E; }
p { color: rgb(104,239,142); }
H1.HeaderClassName
{
color: #68EF8E;
}
.AnyTagClassName
{
color: #68EF8E;
}
</style>
background-color css
<style>
a { background-color: #68EF8E; }
a { background-color: rgb(104,239,142); }
div.DivClassName
{
background-color: #68EF8E;
}
.BgClassName
{
background-color: #68EF8E;
}
</style>
border-color css
<style>
span { border-color: #68EF8E; }
span { border-color: rgb(104,239,142); }
td.TdClassName
{
border-color: #68EF8E;
}
.TagClassName
{
border-color: #68EF8E;
}
</style>