Shades of Pastel Green #68E688
Tints of Pastel Green #68E688
RGB
CMYK
RGB Variations
Color information
#68E688 (or 0x68E688) is known color: Pastel Green. HEX triplet: 68, E6 and 88. RGB value is (104,230,136). Sum of RGB (Red+Green+Blue) = 104+230+136=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #68E688 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E688 is #971977. Grayscale: #B5B5B5. Windows color (decimal): -9902456 or 8971880. OLE color: 8971880.
HSL color Cylindrical-coordinate representation of color #68E688: hue angle of 135.24º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E688 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 136 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.10 |
| HSL | 135.24º | 0.72% | 0.65% | - |
| HSV(B) | 135.24º | 0.55% | 0.9% | - |
| XYZ | 38.45 | 61.31 | 33.1 | - |
| YUV | 181.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 136 | 0.55 | 0 | 0.41 | 0.10 | 135.24 | 0.72 | 0.65 |
| Hex | 68 | E6 | 88 | 37 | 0 | 29 | A | 87 | 48 | 41 |
| Octal | 150 | 346 | 210 | 67 | 0 | 51 | 12 | 207 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10001000 | 110111 | 0 | 101001 | 1010 | 10000111 | 1001000 | 1000001 |
Color Harmonies of #68E688
Complementary color
Monochromatic Colors of #68E688
Black with #68E688
Text Example
Text Example
White with #68E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E688; }
p { color: rgb(104,230,136); }
H1.HeaderClassName
{
color: #68E688;
}
.AnyTagClassName
{
color: #68E688;
}
</style>
background-color css
<style>
a { background-color: #68E688; }
a { background-color: rgb(104,230,136); }
div.DivClassName
{
background-color: #68E688;
}
.BgClassName
{
background-color: #68E688;
}
</style>
border-color css
<style>
span { border-color: #68E688; }
span { border-color: rgb(104,230,136); }
td.TdClassName
{
border-color: #68E688;
}
.TagClassName
{
border-color: #68E688;
}
</style>