Shades of Pastel Green #68DE80
Tints of Pastel Green #68DE80
RGB
CMYK
RGB Variations
Color information
#68DE80 (or 0x68DE80) is known color: Pastel Green. HEX triplet: 68, DE and 80. RGB value is (104,222,128). Sum of RGB (Red+Green+Blue) = 104+222+128=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DE80 is #97217F. Grayscale: #B0B0B0. Windows color (decimal): -9904512 or 8445544. OLE color: 8445544.
HSL color Cylindrical-coordinate representation of color #68DE80: hue angle of 132.2º 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 #68DE80 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 128 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.13 |
| HSL | 132.2º | 0.64% | 0.64% | - |
| HSV(B) | 132.2º | 0.53% | 0.87% | - |
| XYZ | 35.73 | 56.74 | 29.49 | - |
| YUV | 176 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 128 | 0.53 | 0 | 0.42 | 0.13 | 132.2 | 0.64 | 0.64 |
| Hex | 68 | DE | 80 | 35 | 0 | 2A | D | 84 | 40 | 40 |
| Octal | 150 | 336 | 200 | 65 | 0 | 52 | 15 | 204 | 100 | 100 |
| Binary | 1101000 | 11011110 | 10000000 | 110101 | 0 | 101010 | 1101 | 10000100 | 1000000 | 1000000 |
Color Harmonies of #68DE80
Complementary color
Monochromatic Colors of #68DE80
Black with #68DE80
Text Example
Text Example
White with #68DE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE80; }
p { color: rgb(104,222,128); }
H1.HeaderClassName
{
color: #68DE80;
}
.AnyTagClassName
{
color: #68DE80;
}
</style>
background-color css
<style>
a { background-color: #68DE80; }
a { background-color: rgb(104,222,128); }
div.DivClassName
{
background-color: #68DE80;
}
.BgClassName
{
background-color: #68DE80;
}
</style>
border-color css
<style>
span { border-color: #68DE80; }
span { border-color: rgb(104,222,128); }
td.TdClassName
{
border-color: #68DE80;
}
.TagClassName
{
border-color: #68DE80;
}
</style>