Shades of Pastel Green #68DD6C
Tints of Pastel Green #68DD6C
RGB
CMYK
RGB Variations
Color information
#68DD6C (or 0x68DD6C) is known color: Pastel Green. HEX triplet: 68, DD and 6C. RGB value is (104,221,108). Sum of RGB (Red+Green+Blue) = 104+221+108=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD6C is #972293. Grayscale: #ADADAD. Windows color (decimal): -9904788 or 7134568. OLE color: 7134568.
HSL color Cylindrical-coordinate representation of color #68DD6C: hue angle of 122.05º 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 #68DD6C is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 108 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.13 |
| HSL | 122.05º | 0.63% | 0.64% | - |
| HSV(B) | 122.05º | 0.53% | 0.87% | - |
| XYZ | 34.27 | 55.74 | 23.14 | - |
| YUV | 173.14 | 91.24 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 108 | 0.53 | 0 | 0.51 | 0.13 | 122.05 | 0.63 | 0.64 |
| Hex | 68 | DD | 6C | 35 | 0 | 33 | D | 7A | 3F | 40 |
| Octal | 150 | 335 | 154 | 65 | 0 | 63 | 15 | 172 | 77 | 100 |
| Binary | 1101000 | 11011101 | 1101100 | 110101 | 0 | 110011 | 1101 | 1111010 | 111111 | 1000000 |
Color Harmonies of #68DD6C
Complementary color
Monochromatic Colors of #68DD6C
Black with #68DD6C
Text Example
Text Example
White with #68DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD6C; }
p { color: rgb(104,221,108); }
H1.HeaderClassName
{
color: #68DD6C;
}
.AnyTagClassName
{
color: #68DD6C;
}
</style>
background-color css
<style>
a { background-color: #68DD6C; }
a { background-color: rgb(104,221,108); }
div.DivClassName
{
background-color: #68DD6C;
}
.BgClassName
{
background-color: #68DD6C;
}
</style>
border-color css
<style>
span { border-color: #68DD6C; }
span { border-color: rgb(104,221,108); }
td.TdClassName
{
border-color: #68DD6C;
}
.TagClassName
{
border-color: #68DD6C;
}
</style>