Shades of Pastel Green #68D46E
Tints of Pastel Green #68D46E
RGB
CMYK
RGB Variations
Color information
#68D46E (or 0x68D46E) is known color: Pastel Green. HEX triplet: 68, D4 and 6E. RGB value is (104,212,110). Sum of RGB (Red+Green+Blue) = 104+212+110=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #68D46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D46E is #972B91. Grayscale: #A8A8A8. Windows color (decimal): -9907090 or 7263336. OLE color: 7263336.
HSL color Cylindrical-coordinate representation of color #68D46E: hue angle of 123.33º 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 #68D46E is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 110 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.17 |
| HSL | 123.33º | 0.56% | 0.62% | - |
| HSV(B) | 123.33º | 0.51% | 0.83% | - |
| XYZ | 32.07 | 51.16 | 22.94 | - |
| YUV | 168.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 110 | 0.51 | 0 | 0.48 | 0.17 | 123.33 | 0.56 | 0.62 |
| Hex | 68 | D4 | 6E | 33 | 0 | 30 | 11 | 7B | 38 | 3E |
| Octal | 150 | 324 | 156 | 63 | 0 | 60 | 21 | 173 | 70 | 76 |
| Binary | 1101000 | 11010100 | 1101110 | 110011 | 0 | 110000 | 10001 | 1111011 | 111000 | 111110 |
Color Harmonies of #68D46E
Complementary color
Monochromatic Colors of #68D46E
Black with #68D46E
Text Example
Text Example
White with #68D46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D46E; }
p { color: rgb(104,212,110); }
H1.HeaderClassName
{
color: #68D46E;
}
.AnyTagClassName
{
color: #68D46E;
}
</style>
background-color css
<style>
a { background-color: #68D46E; }
a { background-color: rgb(104,212,110); }
div.DivClassName
{
background-color: #68D46E;
}
.BgClassName
{
background-color: #68D46E;
}
</style>
border-color css
<style>
span { border-color: #68D46E; }
span { border-color: rgb(104,212,110); }
td.TdClassName
{
border-color: #68D46E;
}
.TagClassName
{
border-color: #68D46E;
}
</style>