Shades of Pastel Green #68DA7F
Tints of Pastel Green #68DA7F
RGB
CMYK
RGB Variations
Color information
#68DA7F (or 0x68DA7F) is known color: Pastel Green. HEX triplet: 68, DA and 7F. RGB value is (104,218,127). Sum of RGB (Red+Green+Blue) = 104+218+127=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA7F is #972580. Grayscale: #ADADAD. Windows color (decimal): -9905537 or 8378984. OLE color: 8378984.
HSL color Cylindrical-coordinate representation of color #68DA7F: hue angle of 132.11º 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 #68DA7F is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 127 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.15 |
| HSL | 132.11º | 0.61% | 0.63% | - |
| HSV(B) | 132.11º | 0.52% | 0.85% | - |
| XYZ | 34.61 | 54.62 | 28.8 | - |
| YUV | 173.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 127 | 0.52 | 0 | 0.42 | 0.15 | 132.11 | 0.61 | 0.63 |
| Hex | 68 | DA | 7F | 34 | 0 | 2A | F | 84 | 3D | 3F |
| Octal | 150 | 332 | 177 | 64 | 0 | 52 | 17 | 204 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1111111 | 110100 | 0 | 101010 | 1111 | 10000100 | 111101 | 111111 |
Color Harmonies of #68DA7F
Complementary color
Monochromatic Colors of #68DA7F
Black with #68DA7F
Text Example
Text Example
White with #68DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA7F; }
p { color: rgb(104,218,127); }
H1.HeaderClassName
{
color: #68DA7F;
}
.AnyTagClassName
{
color: #68DA7F;
}
</style>
background-color css
<style>
a { background-color: #68DA7F; }
a { background-color: rgb(104,218,127); }
div.DivClassName
{
background-color: #68DA7F;
}
.BgClassName
{
background-color: #68DA7F;
}
</style>
border-color css
<style>
span { border-color: #68DA7F; }
span { border-color: rgb(104,218,127); }
td.TdClassName
{
border-color: #68DA7F;
}
.TagClassName
{
border-color: #68DA7F;
}
</style>