Shades of Pastel Green #68DC88
Tints of Pastel Green #68DC88
RGB
CMYK
RGB Variations
Color information
#68DC88 (or 0x68DC88) is known color: Pastel Green. HEX triplet: 68, DC and 88. RGB value is (104,220,136). Sum of RGB (Red+Green+Blue) = 104+220+136=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC88 is #972377. Grayscale: #AFAFAF. Windows color (decimal): -9905016 or 8969320. OLE color: 8969320.
HSL color Cylindrical-coordinate representation of color #68DC88: hue angle of 136.55º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC88 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 136 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.14 |
| HSL | 136.55º | 0.62% | 0.64% | - |
| HSV(B) | 136.55º | 0.53% | 0.86% | - |
| XYZ | 35.75 | 55.91 | 32.2 | - |
| YUV | 175.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 136 | 0.53 | 0 | 0.38 | 0.14 | 136.55 | 0.62 | 0.64 |
| Hex | 68 | DC | 88 | 35 | 0 | 26 | E | 89 | 3E | 40 |
| Octal | 150 | 334 | 210 | 65 | 0 | 46 | 16 | 211 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10001000 | 110101 | 0 | 100110 | 1110 | 10001001 | 111110 | 1000000 |
Color Harmonies of #68DC88
Complementary color
Monochromatic Colors of #68DC88
Black with #68DC88
Text Example
Text Example
White with #68DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC88; }
p { color: rgb(104,220,136); }
H1.HeaderClassName
{
color: #68DC88;
}
.AnyTagClassName
{
color: #68DC88;
}
</style>
background-color css
<style>
a { background-color: #68DC88; }
a { background-color: rgb(104,220,136); }
div.DivClassName
{
background-color: #68DC88;
}
.BgClassName
{
background-color: #68DC88;
}
</style>
border-color css
<style>
span { border-color: #68DC88; }
span { border-color: rgb(104,220,136); }
td.TdClassName
{
border-color: #68DC88;
}
.TagClassName
{
border-color: #68DC88;
}
</style>