Shades of Pastel Green #68DB85
Tints of Pastel Green #68DB85
RGB
CMYK
RGB Variations
Color information
#68DB85 (or 0x68DB85) is known color: Pastel Green. HEX triplet: 68, DB and 85. RGB value is (104,219,133). Sum of RGB (Red+Green+Blue) = 104+219+133=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB85 is #97247A. Grayscale: #AFAFAF. Windows color (decimal): -9905275 or 8772456. OLE color: 8772456.
HSL color Cylindrical-coordinate representation of color #68DB85: hue angle of 135.13º 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 #68DB85 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 133 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.14 |
| HSL | 135.13º | 0.61% | 0.63% | - |
| HSV(B) | 135.13º | 0.53% | 0.86% | - |
| XYZ | 35.27 | 55.3 | 31.01 | - |
| YUV | 174.81 | 104.4 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 133 | 0.53 | 0 | 0.39 | 0.14 | 135.13 | 0.61 | 0.63 |
| Hex | 68 | DB | 85 | 35 | 0 | 27 | E | 87 | 3D | 3F |
| Octal | 150 | 333 | 205 | 65 | 0 | 47 | 16 | 207 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10000101 | 110101 | 0 | 100111 | 1110 | 10000111 | 111101 | 111111 |
Color Harmonies of #68DB85
Complementary color
Monochromatic Colors of #68DB85
Black with #68DB85
Text Example
Text Example
White with #68DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB85; }
p { color: rgb(104,219,133); }
H1.HeaderClassName
{
color: #68DB85;
}
.AnyTagClassName
{
color: #68DB85;
}
</style>
background-color css
<style>
a { background-color: #68DB85; }
a { background-color: rgb(104,219,133); }
div.DivClassName
{
background-color: #68DB85;
}
.BgClassName
{
background-color: #68DB85;
}
</style>
border-color css
<style>
span { border-color: #68DB85; }
span { border-color: rgb(104,219,133); }
td.TdClassName
{
border-color: #68DB85;
}
.TagClassName
{
border-color: #68DB85;
}
</style>