Shades of Pastel Green #68DE6C
Tints of Pastel Green #68DE6C
RGB
CMYK
RGB Variations
Color information
#68DE6C (or 0x68DE6C) is known color: Pastel Green. HEX triplet: 68, DE and 6C. RGB value is (104,222,108). Sum of RGB (Red+Green+Blue) = 104+222+108=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DE6C is #972193. Grayscale: #AEAEAE. Windows color (decimal): -9904532 or 7134824. OLE color: 7134824.
HSL color Cylindrical-coordinate representation of color #68DE6C: hue angle of 122.03º degrees, saturation: 0.64, 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 #68DE6C is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 108 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.13 |
| HSL | 122.03º | 0.64% | 0.64% | - |
| HSV(B) | 122.03º | 0.53% | 0.87% | - |
| XYZ | 34.54 | 56.27 | 23.23 | - |
| YUV | 173.72 | 90.91 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 108 | 0.53 | 0 | 0.51 | 0.13 | 122.03 | 0.64 | 0.64 |
| Hex | 68 | DE | 6C | 35 | 0 | 33 | D | 7A | 40 | 40 |
| Octal | 150 | 336 | 154 | 65 | 0 | 63 | 15 | 172 | 100 | 100 |
| Binary | 1101000 | 11011110 | 1101100 | 110101 | 0 | 110011 | 1101 | 1111010 | 1000000 | 1000000 |
Color Harmonies of #68DE6C
Complementary color
Monochromatic Colors of #68DE6C
Black with #68DE6C
Text Example
Text Example
White with #68DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE6C; }
p { color: rgb(104,222,108); }
H1.HeaderClassName
{
color: #68DE6C;
}
.AnyTagClassName
{
color: #68DE6C;
}
</style>
background-color css
<style>
a { background-color: #68DE6C; }
a { background-color: rgb(104,222,108); }
div.DivClassName
{
background-color: #68DE6C;
}
.BgClassName
{
background-color: #68DE6C;
}
</style>
border-color css
<style>
span { border-color: #68DE6C; }
span { border-color: rgb(104,222,108); }
td.TdClassName
{
border-color: #68DE6C;
}
.TagClassName
{
border-color: #68DE6C;
}
</style>