Shades of Pastel Green #68EB8F
Tints of Pastel Green #68EB8F
RGB
CMYK
RGB Variations
Color information
#68EB8F (or 0x68EB8F) is known color: Pastel Green. HEX triplet: 68, EB and 8F. RGB value is (104,235,143). Sum of RGB (Red+Green+Blue) = 104+235+143=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB8F is #971470. Grayscale: #B9B9B9. Windows color (decimal): -9901169 or 9431912. OLE color: 9431912.
HSL color Cylindrical-coordinate representation of color #68EB8F: hue angle of 137.86º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EB8F is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 143 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.08 |
| HSL | 137.86º | 0.77% | 0.66% | - |
| HSV(B) | 137.86º | 0.56% | 0.92% | - |
| XYZ | 40.38 | 64.34 | 36.28 | - |
| YUV | 185.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 143 | 0.56 | 0 | 0.39 | 0.08 | 137.86 | 0.77 | 0.66 |
| Hex | 68 | EB | 8F | 38 | 0 | 27 | 8 | 8A | 4D | 42 |
| Octal | 150 | 353 | 217 | 70 | 0 | 47 | 10 | 212 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10001111 | 111000 | 0 | 100111 | 1000 | 10001010 | 1001101 | 1000010 |
Color Harmonies of #68EB8F
Complementary color
Monochromatic Colors of #68EB8F
Black with #68EB8F
Text Example
Text Example
White with #68EB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EB8F; }
p { color: rgb(104,235,143); }
H1.HeaderClassName
{
color: #68EB8F;
}
.AnyTagClassName
{
color: #68EB8F;
}
</style>
background-color css
<style>
a { background-color: #68EB8F; }
a { background-color: rgb(104,235,143); }
div.DivClassName
{
background-color: #68EB8F;
}
.BgClassName
{
background-color: #68EB8F;
}
</style>
border-color css
<style>
span { border-color: #68EB8F; }
span { border-color: rgb(104,235,143); }
td.TdClassName
{
border-color: #68EB8F;
}
.TagClassName
{
border-color: #68EB8F;
}
</style>