Shades of Pastel Green #68D56D
Tints of Pastel Green #68D56D
RGB
CMYK
RGB Variations
Color information
#68D56D (or 0x68D56D) is known color: Pastel Green. HEX triplet: 68, D5 and 6D. RGB value is (104,213,109). Sum of RGB (Red+Green+Blue) = 104+213+109=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #68D56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D56D is #972A92. Grayscale: #A8A8A8. Windows color (decimal): -9906835 or 7198056. OLE color: 7198056.
HSL color Cylindrical-coordinate representation of color #68D56D: hue angle of 122.75º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D56D is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 109 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.16 |
| HSL | 122.75º | 0.56% | 0.62% | - |
| HSV(B) | 122.75º | 0.51% | 0.84% | - |
| XYZ | 32.26 | 51.64 | 22.73 | - |
| YUV | 168.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 109 | 0.51 | 0 | 0.49 | 0.16 | 122.75 | 0.56 | 0.62 |
| Hex | 68 | D5 | 6D | 33 | 0 | 31 | 10 | 7B | 38 | 3E |
| Octal | 150 | 325 | 155 | 63 | 0 | 61 | 20 | 173 | 70 | 76 |
| Binary | 1101000 | 11010101 | 1101101 | 110011 | 0 | 110001 | 10000 | 1111011 | 111000 | 111110 |
Color Harmonies of #68D56D
Complementary color
Monochromatic Colors of #68D56D
Black with #68D56D
Text Example
Text Example
White with #68D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D56D; }
p { color: rgb(104,213,109); }
H1.HeaderClassName
{
color: #68D56D;
}
.AnyTagClassName
{
color: #68D56D;
}
</style>
background-color css
<style>
a { background-color: #68D56D; }
a { background-color: rgb(104,213,109); }
div.DivClassName
{
background-color: #68D56D;
}
.BgClassName
{
background-color: #68D56D;
}
</style>
border-color css
<style>
span { border-color: #68D56D; }
span { border-color: rgb(104,213,109); }
td.TdClassName
{
border-color: #68D56D;
}
.TagClassName
{
border-color: #68D56D;
}
</style>