Shades of Pastel Green #68DB7E
Tints of Pastel Green #68DB7E
RGB
CMYK
RGB Variations
Color information
#68DB7E (or 0x68DB7E) is known color: Pastel Green. HEX triplet: 68, DB and 7E. RGB value is (104,219,126). Sum of RGB (Red+Green+Blue) = 104+219+126=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB7E is #972481. Grayscale: #AEAEAE. Windows color (decimal): -9905282 or 8313704. OLE color: 8313704.
HSL color Cylindrical-coordinate representation of color #68DB7E: hue angle of 131.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB7E is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 126 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.14 |
| HSL | 131.48º | 0.61% | 0.63% | - |
| HSV(B) | 131.48º | 0.53% | 0.86% | - |
| XYZ | 34.81 | 55.11 | 28.54 | - |
| YUV | 174.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 126 | 0.53 | 0 | 0.42 | 0.14 | 131.48 | 0.61 | 0.63 |
| Hex | 68 | DB | 7E | 35 | 0 | 2A | E | 83 | 3D | 3F |
| Octal | 150 | 333 | 176 | 65 | 0 | 52 | 16 | 203 | 75 | 77 |
| Binary | 1101000 | 11011011 | 1111110 | 110101 | 0 | 101010 | 1110 | 10000011 | 111101 | 111111 |
Color Harmonies of #68DB7E
Complementary color
Monochromatic Colors of #68DB7E
Black with #68DB7E
Text Example
Text Example
White with #68DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB7E; }
p { color: rgb(104,219,126); }
H1.HeaderClassName
{
color: #68DB7E;
}
.AnyTagClassName
{
color: #68DB7E;
}
</style>
background-color css
<style>
a { background-color: #68DB7E; }
a { background-color: rgb(104,219,126); }
div.DivClassName
{
background-color: #68DB7E;
}
.BgClassName
{
background-color: #68DB7E;
}
</style>
border-color css
<style>
span { border-color: #68DB7E; }
span { border-color: rgb(104,219,126); }
td.TdClassName
{
border-color: #68DB7E;
}
.TagClassName
{
border-color: #68DB7E;
}
</style>