Shades of Pastel Green #68D87F
Tints of Pastel Green #68D87F
RGB
CMYK
RGB Variations
Color information
#68D87F (or 0x68D87F) is known color: Pastel Green. HEX triplet: 68, D8 and 7F. RGB value is (104,216,127). Sum of RGB (Red+Green+Blue) = 104+216+127=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #68D87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D87F is #972780. Grayscale: #ACACAC. Windows color (decimal): -9906049 or 8378472. OLE color: 8378472.
HSL color Cylindrical-coordinate representation of color #68D87F: hue angle of 132.32º degrees, saturation: 0.59, 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 #68D87F is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 127 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.15 |
| HSL | 132.32º | 0.59% | 0.63% | - |
| HSV(B) | 132.32º | 0.52% | 0.85% | - |
| XYZ | 34.1 | 53.59 | 28.63 | - |
| YUV | 172.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 127 | 0.52 | 0 | 0.41 | 0.15 | 132.32 | 0.59 | 0.63 |
| Hex | 68 | D8 | 7F | 34 | 0 | 29 | F | 84 | 3B | 3F |
| Octal | 150 | 330 | 177 | 64 | 0 | 51 | 17 | 204 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1111111 | 110100 | 0 | 101001 | 1111 | 10000100 | 111011 | 111111 |
Color Harmonies of #68D87F
Complementary color
Monochromatic Colors of #68D87F
Black with #68D87F
Text Example
Text Example
White with #68D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D87F; }
p { color: rgb(104,216,127); }
H1.HeaderClassName
{
color: #68D87F;
}
.AnyTagClassName
{
color: #68D87F;
}
</style>
background-color css
<style>
a { background-color: #68D87F; }
a { background-color: rgb(104,216,127); }
div.DivClassName
{
background-color: #68D87F;
}
.BgClassName
{
background-color: #68D87F;
}
</style>
border-color css
<style>
span { border-color: #68D87F; }
span { border-color: rgb(104,216,127); }
td.TdClassName
{
border-color: #68D87F;
}
.TagClassName
{
border-color: #68D87F;
}
</style>