Shades of Pastel Green #68DB78
Tints of Pastel Green #68DB78
RGB
CMYK
RGB Variations
Color information
#68DB78 (or 0x68DB78) is known color: Pastel Green. HEX triplet: 68, DB and 78. RGB value is (104,219,120). Sum of RGB (Red+Green+Blue) = 104+219+120=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB78 is #972487. Grayscale: #ADADAD. Windows color (decimal): -9905288 or 7920488. OLE color: 7920488.
HSL color Cylindrical-coordinate representation of color #68DB78: hue angle of 128.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB78 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 120 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.14 |
| HSL | 128.35º | 0.61% | 0.63% | - |
| HSV(B) | 128.35º | 0.53% | 0.86% | - |
| XYZ | 34.43 | 54.96 | 26.56 | - |
| YUV | 173.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 120 | 0.53 | 0 | 0.45 | 0.14 | 128.35 | 0.61 | 0.63 |
| Hex | 68 | DB | 78 | 35 | 0 | 2D | E | 80 | 3D | 3F |
| Octal | 150 | 333 | 170 | 65 | 0 | 55 | 16 | 200 | 75 | 77 |
| Binary | 1101000 | 11011011 | 1111000 | 110101 | 0 | 101101 | 1110 | 10000000 | 111101 | 111111 |
Color Harmonies of #68DB78
Complementary color
Monochromatic Colors of #68DB78
Black with #68DB78
Text Example
Text Example
White with #68DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB78; }
p { color: rgb(104,219,120); }
H1.HeaderClassName
{
color: #68DB78;
}
.AnyTagClassName
{
color: #68DB78;
}
</style>
background-color css
<style>
a { background-color: #68DB78; }
a { background-color: rgb(104,219,120); }
div.DivClassName
{
background-color: #68DB78;
}
.BgClassName
{
background-color: #68DB78;
}
</style>
border-color css
<style>
span { border-color: #68DB78; }
span { border-color: rgb(104,219,120); }
td.TdClassName
{
border-color: #68DB78;
}
.TagClassName
{
border-color: #68DB78;
}
</style>