Shades of Pastel Green #68D87C
Tints of Pastel Green #68D87C
RGB
CMYK
RGB Variations
Color information
#68D87C (or 0x68D87C) is known color: Pastel Green. HEX triplet: 68, D8 and 7C. RGB value is (104,216,124). Sum of RGB (Red+Green+Blue) = 104+216+124=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #68D87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D87C is #972783. Grayscale: #ACACAC. Windows color (decimal): -9906052 or 8181864. OLE color: 8181864.
HSL color Cylindrical-coordinate representation of color #68D87C: hue angle of 130.71º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D87C is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 124 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.15 |
| HSL | 130.71º | 0.59% | 0.63% | - |
| HSV(B) | 130.71º | 0.52% | 0.85% | - |
| XYZ | 33.9 | 53.51 | 27.61 | - |
| YUV | 172.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 124 | 0.52 | 0 | 0.43 | 0.15 | 130.71 | 0.59 | 0.63 |
| Hex | 68 | D8 | 7C | 34 | 0 | 2B | F | 83 | 3B | 3F |
| Octal | 150 | 330 | 174 | 64 | 0 | 53 | 17 | 203 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1111100 | 110100 | 0 | 101011 | 1111 | 10000011 | 111011 | 111111 |
Color Harmonies of #68D87C
Complementary color
Monochromatic Colors of #68D87C
Black with #68D87C
Text Example
Text Example
White with #68D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D87C; }
p { color: rgb(104,216,124); }
H1.HeaderClassName
{
color: #68D87C;
}
.AnyTagClassName
{
color: #68D87C;
}
</style>
background-color css
<style>
a { background-color: #68D87C; }
a { background-color: rgb(104,216,124); }
div.DivClassName
{
background-color: #68D87C;
}
.BgClassName
{
background-color: #68D87C;
}
</style>
border-color css
<style>
span { border-color: #68D87C; }
span { border-color: rgb(104,216,124); }
td.TdClassName
{
border-color: #68D87C;
}
.TagClassName
{
border-color: #68D87C;
}
</style>