Shades of Pastel Green #68EC94
Tints of Pastel Green #68EC94
RGB
CMYK
RGB Variations
Color information
#68EC94 (or 0x68EC94) is known color: Pastel Green. HEX triplet: 68, EC and 94. RGB value is (104,236,148). Sum of RGB (Red+Green+Blue) = 104+236+148=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EC94 is #97136B. Grayscale: #BABABA. Windows color (decimal): -9900908 or 9759848. OLE color: 9759848.
HSL color Cylindrical-coordinate representation of color #68EC94: hue angle of 140º degrees, saturation: 0.78, 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 #68EC94 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 148 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.07 |
| HSL | 140º | 0.78% | 0.67% | - |
| HSV(B) | 140º | 0.56% | 0.93% | - |
| XYZ | 41.05 | 65.07 | 38.41 | - |
| YUV | 186.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 148 | 0.56 | 0 | 0.37 | 0.07 | 140 | 0.78 | 0.67 |
| Hex | 68 | EC | 94 | 38 | 0 | 25 | 7 | 8C | 4E | 43 |
| Octal | 150 | 354 | 224 | 70 | 0 | 45 | 7 | 214 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10010100 | 111000 | 0 | 100101 | 111 | 10001100 | 1001110 | 1000011 |
Color Harmonies of #68EC94
Complementary color
Monochromatic Colors of #68EC94
Black with #68EC94
Text Example
Text Example
White with #68EC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EC94; }
p { color: rgb(104,236,148); }
H1.HeaderClassName
{
color: #68EC94;
}
.AnyTagClassName
{
color: #68EC94;
}
</style>
background-color css
<style>
a { background-color: #68EC94; }
a { background-color: rgb(104,236,148); }
div.DivClassName
{
background-color: #68EC94;
}
.BgClassName
{
background-color: #68EC94;
}
</style>
border-color css
<style>
span { border-color: #68EC94; }
span { border-color: rgb(104,236,148); }
td.TdClassName
{
border-color: #68EC94;
}
.TagClassName
{
border-color: #68EC94;
}
</style>