Shades of Pastel Green #68DA7E
Tints of Pastel Green #68DA7E
RGB
CMYK
RGB Variations
Color information
#68DA7E (or 0x68DA7E) is known color: Pastel Green. HEX triplet: 68, DA and 7E. RGB value is (104,218,126). Sum of RGB (Red+Green+Blue) = 104+218+126=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA7E is #972581. Grayscale: #ADADAD. Windows color (decimal): -9905538 or 8313448. OLE color: 8313448.
HSL color Cylindrical-coordinate representation of color #68DA7E: hue angle of 131.58º degrees, saturation: 0.61, 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 #68DA7E is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 126 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.15 |
| HSL | 131.58º | 0.61% | 0.63% | - |
| HSV(B) | 131.58º | 0.52% | 0.85% | - |
| XYZ | 34.55 | 54.59 | 28.46 | - |
| YUV | 173.43 | 101.23 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 126 | 0.52 | 0 | 0.42 | 0.15 | 131.58 | 0.61 | 0.63 |
| Hex | 68 | DA | 7E | 34 | 0 | 2A | F | 84 | 3D | 3F |
| Octal | 150 | 332 | 176 | 64 | 0 | 52 | 17 | 204 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1111110 | 110100 | 0 | 101010 | 1111 | 10000100 | 111101 | 111111 |
Color Harmonies of #68DA7E
Complementary color
Monochromatic Colors of #68DA7E
Black with #68DA7E
Text Example
Text Example
White with #68DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA7E; }
p { color: rgb(104,218,126); }
H1.HeaderClassName
{
color: #68DA7E;
}
.AnyTagClassName
{
color: #68DA7E;
}
</style>
background-color css
<style>
a { background-color: #68DA7E; }
a { background-color: rgb(104,218,126); }
div.DivClassName
{
background-color: #68DA7E;
}
.BgClassName
{
background-color: #68DA7E;
}
</style>
border-color css
<style>
span { border-color: #68DA7E; }
span { border-color: rgb(104,218,126); }
td.TdClassName
{
border-color: #68DA7E;
}
.TagClassName
{
border-color: #68DA7E;
}
</style>