Shades of Pastel Green #68D37E
Tints of Pastel Green #68D37E
RGB
CMYK
RGB Variations
Color information
#68D37E (or 0x68D37E) is known color: Pastel Green. HEX triplet: 68, D3 and 7E. RGB value is (104,211,126). Sum of RGB (Red+Green+Blue) = 104+211+126=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #68D37E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D37E is #972C81. Grayscale: #A9A9A9. Windows color (decimal): -9907330 or 8311656. OLE color: 8311656.
HSL color Cylindrical-coordinate representation of color #68D37E: hue angle of 132.34º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D37E is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 126 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.17 |
| HSL | 132.34º | 0.55% | 0.62% | - |
| HSV(B) | 132.34º | 0.51% | 0.83% | - |
| XYZ | 32.77 | 51.04 | 27.86 | - |
| YUV | 169.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 126 | 0.51 | 0 | 0.40 | 0.17 | 132.34 | 0.55 | 0.62 |
| Hex | 68 | D3 | 7E | 33 | 0 | 28 | 11 | 84 | 37 | 3E |
| Octal | 150 | 323 | 176 | 63 | 0 | 50 | 21 | 204 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1111110 | 110011 | 0 | 101000 | 10001 | 10000100 | 110111 | 111110 |
Color Harmonies of #68D37E
Complementary color
Monochromatic Colors of #68D37E
Black with #68D37E
Text Example
Text Example
White with #68D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D37E; }
p { color: rgb(104,211,126); }
H1.HeaderClassName
{
color: #68D37E;
}
.AnyTagClassName
{
color: #68D37E;
}
</style>
background-color css
<style>
a { background-color: #68D37E; }
a { background-color: rgb(104,211,126); }
div.DivClassName
{
background-color: #68D37E;
}
.BgClassName
{
background-color: #68D37E;
}
</style>
border-color css
<style>
span { border-color: #68D37E; }
span { border-color: rgb(104,211,126); }
td.TdClassName
{
border-color: #68D37E;
}
.TagClassName
{
border-color: #68D37E;
}
</style>