Shades of Pastel Green #68D97E
Tints of Pastel Green #68D97E
RGB
CMYK
RGB Variations
Color information
#68D97E (or 0x68D97E) is known color: Pastel Green. HEX triplet: 68, D9 and 7E. RGB value is (104,217,126). Sum of RGB (Red+Green+Blue) = 104+217+126=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #68D97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D97E is #972681. Grayscale: #ADADAD. Windows color (decimal): -9905794 or 8313192. OLE color: 8313192.
HSL color Cylindrical-coordinate representation of color #68D97E: hue angle of 131.68º degrees, saturation: 0.6, 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 #68D97E is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 126 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.15 |
| HSL | 131.68º | 0.6% | 0.63% | - |
| HSV(B) | 131.68º | 0.52% | 0.85% | - |
| XYZ | 34.29 | 54.08 | 28.37 | - |
| YUV | 172.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 126 | 0.52 | 0 | 0.42 | 0.15 | 131.68 | 0.6 | 0.63 |
| Hex | 68 | D9 | 7E | 34 | 0 | 2A | F | 84 | 3C | 3F |
| Octal | 150 | 331 | 176 | 64 | 0 | 52 | 17 | 204 | 74 | 77 |
| Binary | 1101000 | 11011001 | 1111110 | 110100 | 0 | 101010 | 1111 | 10000100 | 111100 | 111111 |
Color Harmonies of #68D97E
Complementary color
Monochromatic Colors of #68D97E
Black with #68D97E
Text Example
Text Example
White with #68D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D97E; }
p { color: rgb(104,217,126); }
H1.HeaderClassName
{
color: #68D97E;
}
.AnyTagClassName
{
color: #68D97E;
}
</style>
background-color css
<style>
a { background-color: #68D97E; }
a { background-color: rgb(104,217,126); }
div.DivClassName
{
background-color: #68D97E;
}
.BgClassName
{
background-color: #68D97E;
}
</style>
border-color css
<style>
span { border-color: #68D97E; }
span { border-color: rgb(104,217,126); }
td.TdClassName
{
border-color: #68D97E;
}
.TagClassName
{
border-color: #68D97E;
}
</style>