Shades of Pastel Green #68D17B
Tints of Pastel Green #68D17B
RGB
CMYK
RGB Variations
Color information
#68D17B (or 0x68D17B) is known color: Pastel Green. HEX triplet: 68, D1 and 7B. RGB value is (104,209,123). Sum of RGB (Red+Green+Blue) = 104+209+123=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #68D17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D17B is #972E84. Grayscale: #A8A8A8. Windows color (decimal): -9907845 or 8114536. OLE color: 8114536.
HSL color Cylindrical-coordinate representation of color #68D17B: hue angle of 130.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D17B is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 123 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.18 |
| HSL | 130.86º | 0.53% | 0.61% | - |
| HSV(B) | 130.86º | 0.5% | 0.82% | - |
| XYZ | 32.08 | 49.97 | 26.69 | - |
| YUV | 167.8 | 102.71 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 123 | 0.50 | 0 | 0.41 | 0.18 | 130.86 | 0.53 | 0.61 |
| Hex | 68 | D1 | 7B | 32 | 0 | 29 | 12 | 83 | 35 | 3D |
| Octal | 150 | 321 | 173 | 62 | 0 | 51 | 22 | 203 | 65 | 75 |
| Binary | 1101000 | 11010001 | 1111011 | 110010 | 0 | 101001 | 10010 | 10000011 | 110101 | 111101 |
Color Harmonies of #68D17B
Complementary color
Monochromatic Colors of #68D17B
Black with #68D17B
Text Example
Text Example
White with #68D17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D17B; }
p { color: rgb(104,209,123); }
H1.HeaderClassName
{
color: #68D17B;
}
.AnyTagClassName
{
color: #68D17B;
}
</style>
background-color css
<style>
a { background-color: #68D17B; }
a { background-color: rgb(104,209,123); }
div.DivClassName
{
background-color: #68D17B;
}
.BgClassName
{
background-color: #68D17B;
}
</style>
border-color css
<style>
span { border-color: #68D17B; }
span { border-color: rgb(104,209,123); }
td.TdClassName
{
border-color: #68D17B;
}
.TagClassName
{
border-color: #68D17B;
}
</style>