Shades of Pastel Green #68D46D
Tints of Pastel Green #68D46D
RGB
CMYK
RGB Variations
Color information
#68D46D (or 0x68D46D) is known color: Pastel Green. HEX triplet: 68, D4 and 6D. RGB value is (104,212,109). Sum of RGB (Red+Green+Blue) = 104+212+109=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #68D46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D46D is #972B92. Grayscale: #A8A8A8. Windows color (decimal): -9907091 or 7197800. OLE color: 7197800.
HSL color Cylindrical-coordinate representation of color #68D46D: hue angle of 122.78º degrees, saturation: 0.56, 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 #68D46D is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 109 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.17 |
| HSL | 122.78º | 0.56% | 0.62% | - |
| HSV(B) | 122.78º | 0.51% | 0.83% | - |
| XYZ | 32.01 | 51.13 | 22.65 | - |
| YUV | 167.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 109 | 0.51 | 0 | 0.49 | 0.17 | 122.78 | 0.56 | 0.62 |
| Hex | 68 | D4 | 6D | 33 | 0 | 31 | 11 | 7B | 38 | 3E |
| Octal | 150 | 324 | 155 | 63 | 0 | 61 | 21 | 173 | 70 | 76 |
| Binary | 1101000 | 11010100 | 1101101 | 110011 | 0 | 110001 | 10001 | 1111011 | 111000 | 111110 |
Color Harmonies of #68D46D
Complementary color
Monochromatic Colors of #68D46D
Black with #68D46D
Text Example
Text Example
White with #68D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D46D; }
p { color: rgb(104,212,109); }
H1.HeaderClassName
{
color: #68D46D;
}
.AnyTagClassName
{
color: #68D46D;
}
</style>
background-color css
<style>
a { background-color: #68D46D; }
a { background-color: rgb(104,212,109); }
div.DivClassName
{
background-color: #68D46D;
}
.BgClassName
{
background-color: #68D46D;
}
</style>
border-color css
<style>
span { border-color: #68D46D; }
span { border-color: rgb(104,212,109); }
td.TdClassName
{
border-color: #68D46D;
}
.TagClassName
{
border-color: #68D46D;
}
</style>