Shades of Pastel Green #68DB79
Tints of Pastel Green #68DB79
RGB
CMYK
RGB Variations
Color information
#68DB79 (or 0x68DB79) is known color: Pastel Green. HEX triplet: 68, DB and 79. RGB value is (104,219,121). Sum of RGB (Red+Green+Blue) = 104+219+121=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB79 is #972486. Grayscale: #ADADAD. Windows color (decimal): -9905287 or 7986024. OLE color: 7986024.
HSL color Cylindrical-coordinate representation of color #68DB79: hue angle of 128.87º 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 #68DB79 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 121 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.14 |
| HSL | 128.87º | 0.61% | 0.63% | - |
| HSV(B) | 128.87º | 0.53% | 0.86% | - |
| XYZ | 34.49 | 54.99 | 26.88 | - |
| YUV | 173.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 121 | 0.53 | 0 | 0.45 | 0.14 | 128.87 | 0.61 | 0.63 |
| Hex | 68 | DB | 79 | 35 | 0 | 2D | E | 81 | 3D | 3F |
| Octal | 150 | 333 | 171 | 65 | 0 | 55 | 16 | 201 | 75 | 77 |
| Binary | 1101000 | 11011011 | 1111001 | 110101 | 0 | 101101 | 1110 | 10000001 | 111101 | 111111 |
Color Harmonies of #68DB79
Complementary color
Monochromatic Colors of #68DB79
Black with #68DB79
Text Example
Text Example
White with #68DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB79; }
p { color: rgb(104,219,121); }
H1.HeaderClassName
{
color: #68DB79;
}
.AnyTagClassName
{
color: #68DB79;
}
</style>
background-color css
<style>
a { background-color: #68DB79; }
a { background-color: rgb(104,219,121); }
div.DivClassName
{
background-color: #68DB79;
}
.BgClassName
{
background-color: #68DB79;
}
</style>
border-color css
<style>
span { border-color: #68DB79; }
span { border-color: rgb(104,219,121); }
td.TdClassName
{
border-color: #68DB79;
}
.TagClassName
{
border-color: #68DB79;
}
</style>