Shades of Pastel Green #68DC84
Tints of Pastel Green #68DC84
RGB
CMYK
RGB Variations
Color information
#68DC84 (or 0x68DC84) is known color: Pastel Green. HEX triplet: 68, DC and 84. RGB value is (104,220,132). Sum of RGB (Red+Green+Blue) = 104+220+132=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC84 is #97237B. Grayscale: #AFAFAF. Windows color (decimal): -9905020 or 8707176. OLE color: 8707176.
HSL color Cylindrical-coordinate representation of color #68DC84: hue angle of 134.48º 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 #68DC84 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 132 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.14 |
| HSL | 134.48º | 0.62% | 0.64% | - |
| HSV(B) | 134.48º | 0.53% | 0.86% | - |
| XYZ | 35.47 | 55.8 | 30.73 | - |
| YUV | 175.28 | 103.57 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 132 | 0.53 | 0 | 0.40 | 0.14 | 134.48 | 0.62 | 0.64 |
| Hex | 68 | DC | 84 | 35 | 0 | 28 | E | 86 | 3E | 40 |
| Octal | 150 | 334 | 204 | 65 | 0 | 50 | 16 | 206 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10000100 | 110101 | 0 | 101000 | 1110 | 10000110 | 111110 | 1000000 |
Color Harmonies of #68DC84
Complementary color
Monochromatic Colors of #68DC84
Black with #68DC84
Text Example
Text Example
White with #68DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC84; }
p { color: rgb(104,220,132); }
H1.HeaderClassName
{
color: #68DC84;
}
.AnyTagClassName
{
color: #68DC84;
}
</style>
background-color css
<style>
a { background-color: #68DC84; }
a { background-color: rgb(104,220,132); }
div.DivClassName
{
background-color: #68DC84;
}
.BgClassName
{
background-color: #68DC84;
}
</style>
border-color css
<style>
span { border-color: #68DC84; }
span { border-color: rgb(104,220,132); }
td.TdClassName
{
border-color: #68DC84;
}
.TagClassName
{
border-color: #68DC84;
}
</style>