Shades of Pastel Green #68ED93
Tints of Pastel Green #68ED93
RGB
CMYK
RGB Variations
Color information
#68ED93 (or 0x68ED93) is known color: Pastel Green. HEX triplet: 68, ED and 93. RGB value is (104,237,147). Sum of RGB (Red+Green+Blue) = 104+237+147=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED93 is #97126C. Grayscale: #BBBBBB. Windows color (decimal): -9900653 or 9694568. OLE color: 9694568.
HSL color Cylindrical-coordinate representation of color #68ED93: hue angle of 139.4º degrees, saturation: 0.79, 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 #68ED93 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 147 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.07 |
| HSL | 139.4º | 0.79% | 0.67% | - |
| HSV(B) | 139.4º | 0.56% | 0.93% | - |
| XYZ | 41.26 | 65.62 | 38.09 | - |
| YUV | 186.97 | 105.44 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 147 | 0.56 | 0 | 0.38 | 0.07 | 139.4 | 0.79 | 0.67 |
| Hex | 68 | ED | 93 | 38 | 0 | 26 | 7 | 8B | 4F | 43 |
| Octal | 150 | 355 | 223 | 70 | 0 | 46 | 7 | 213 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10010011 | 111000 | 0 | 100110 | 111 | 10001011 | 1001111 | 1000011 |
Color Harmonies of #68ED93
Complementary color
Monochromatic Colors of #68ED93
Black with #68ED93
Text Example
Text Example
White with #68ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ED93; }
p { color: rgb(104,237,147); }
H1.HeaderClassName
{
color: #68ED93;
}
.AnyTagClassName
{
color: #68ED93;
}
</style>
background-color css
<style>
a { background-color: #68ED93; }
a { background-color: rgb(104,237,147); }
div.DivClassName
{
background-color: #68ED93;
}
.BgClassName
{
background-color: #68ED93;
}
</style>
border-color css
<style>
span { border-color: #68ED93; }
span { border-color: rgb(104,237,147); }
td.TdClassName
{
border-color: #68ED93;
}
.TagClassName
{
border-color: #68ED93;
}
</style>