Shades of Pastel Green #68EB8C
Tints of Pastel Green #68EB8C
RGB
CMYK
RGB Variations
Color information
#68EB8C (or 0x68EB8C) is known color: Pastel Green. HEX triplet: 68, EB and 8C. RGB value is (104,235,140). Sum of RGB (Red+Green+Blue) = 104+235+140=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB8C is #971473. Grayscale: #B9B9B9. Windows color (decimal): -9901172 or 9235304. OLE color: 9235304.
HSL color Cylindrical-coordinate representation of color #68EB8C: hue angle of 136.49º 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 #68EB8C is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 140 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.08 |
| HSL | 136.49º | 0.77% | 0.66% | - |
| HSV(B) | 136.49º | 0.56% | 0.92% | - |
| XYZ | 40.15 | 64.25 | 35.1 | - |
| YUV | 185 | 102.6 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 140 | 0.56 | 0 | 0.40 | 0.08 | 136.49 | 0.77 | 0.66 |
| Hex | 68 | EB | 8C | 38 | 0 | 28 | 8 | 88 | 4D | 42 |
| Octal | 150 | 353 | 214 | 70 | 0 | 50 | 10 | 210 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10001100 | 111000 | 0 | 101000 | 1000 | 10001000 | 1001101 | 1000010 |
Color Harmonies of #68EB8C
Complementary color
Monochromatic Colors of #68EB8C
Black with #68EB8C
Text Example
Text Example
White with #68EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EB8C; }
p { color: rgb(104,235,140); }
H1.HeaderClassName
{
color: #68EB8C;
}
.AnyTagClassName
{
color: #68EB8C;
}
</style>
background-color css
<style>
a { background-color: #68EB8C; }
a { background-color: rgb(104,235,140); }
div.DivClassName
{
background-color: #68EB8C;
}
.BgClassName
{
background-color: #68EB8C;
}
</style>
border-color css
<style>
span { border-color: #68EB8C; }
span { border-color: rgb(104,235,140); }
td.TdClassName
{
border-color: #68EB8C;
}
.TagClassName
{
border-color: #68EB8C;
}
</style>