Shades of Pastel Green #68D880
Tints of Pastel Green #68D880
RGB
CMYK
RGB Variations
Color information
#68D880 (or 0x68D880) is known color: Pastel Green. HEX triplet: 68, D8 and 80. RGB value is (104,216,128). Sum of RGB (Red+Green+Blue) = 104+216+128=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #68D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D880 is #97277F. Grayscale: #ACACAC. Windows color (decimal): -9906048 or 8444008. OLE color: 8444008.
HSL color Cylindrical-coordinate representation of color #68D880: hue angle of 132.86º 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 #68D880 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 128 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.15 |
| HSL | 132.86º | 0.59% | 0.63% | - |
| HSV(B) | 132.86º | 0.52% | 0.85% | - |
| XYZ | 34.16 | 53.61 | 28.97 | - |
| YUV | 172.48 | 102.89 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 128 | 0.52 | 0 | 0.41 | 0.15 | 132.86 | 0.59 | 0.63 |
| Hex | 68 | D8 | 80 | 34 | 0 | 29 | F | 85 | 3B | 3F |
| Octal | 150 | 330 | 200 | 64 | 0 | 51 | 17 | 205 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10000000 | 110100 | 0 | 101001 | 1111 | 10000101 | 111011 | 111111 |
Color Harmonies of #68D880
Complementary color
Monochromatic Colors of #68D880
Black with #68D880
Text Example
Text Example
White with #68D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D880; }
p { color: rgb(104,216,128); }
H1.HeaderClassName
{
color: #68D880;
}
.AnyTagClassName
{
color: #68D880;
}
</style>
background-color css
<style>
a { background-color: #68D880; }
a { background-color: rgb(104,216,128); }
div.DivClassName
{
background-color: #68D880;
}
.BgClassName
{
background-color: #68D880;
}
</style>
border-color css
<style>
span { border-color: #68D880; }
span { border-color: rgb(104,216,128); }
td.TdClassName
{
border-color: #68D880;
}
.TagClassName
{
border-color: #68D880;
}
</style>