Shades of Pastel Green #68DD7D
Tints of Pastel Green #68DD7D
RGB
CMYK
RGB Variations
Color information
#68DD7D (or 0x68DD7D) is known color: Pastel Green. HEX triplet: 68, DD and 7D. RGB value is (104,221,125). Sum of RGB (Red+Green+Blue) = 104+221+125=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD7D is #972282. Grayscale: #AFAFAF. Windows color (decimal): -9904771 or 8248680. OLE color: 8248680.
HSL color Cylindrical-coordinate representation of color #68DD7D: hue angle of 130.77º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DD7D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 125 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.13 |
| HSL | 130.77º | 0.63% | 0.64% | - |
| HSV(B) | 130.77º | 0.53% | 0.87% | - |
| XYZ | 35.27 | 56.14 | 28.38 | - |
| YUV | 175.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 125 | 0.53 | 0 | 0.43 | 0.13 | 130.77 | 0.63 | 0.64 |
| Hex | 68 | DD | 7D | 35 | 0 | 2B | D | 83 | 3F | 40 |
| Octal | 150 | 335 | 175 | 65 | 0 | 53 | 15 | 203 | 77 | 100 |
| Binary | 1101000 | 11011101 | 1111101 | 110101 | 0 | 101011 | 1101 | 10000011 | 111111 | 1000000 |
Color Harmonies of #68DD7D
Complementary color
Monochromatic Colors of #68DD7D
Black with #68DD7D
Text Example
Text Example
White with #68DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD7D; }
p { color: rgb(104,221,125); }
H1.HeaderClassName
{
color: #68DD7D;
}
.AnyTagClassName
{
color: #68DD7D;
}
</style>
background-color css
<style>
a { background-color: #68DD7D; }
a { background-color: rgb(104,221,125); }
div.DivClassName
{
background-color: #68DD7D;
}
.BgClassName
{
background-color: #68DD7D;
}
</style>
border-color css
<style>
span { border-color: #68DD7D; }
span { border-color: rgb(104,221,125); }
td.TdClassName
{
border-color: #68DD7D;
}
.TagClassName
{
border-color: #68DD7D;
}
</style>