Shades of Pastel Green #68DC7F
Tints of Pastel Green #68DC7F
RGB
CMYK
RGB Variations
Color information
#68DC7F (or 0x68DC7F) is known color: Pastel Green. HEX triplet: 68, DC and 7F. RGB value is (104,220,127). Sum of RGB (Red+Green+Blue) = 104+220+127=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC7F is #972380. Grayscale: #AEAEAE. Windows color (decimal): -9905025 or 8379496. OLE color: 8379496.
HSL color Cylindrical-coordinate representation of color #68DC7F: hue angle of 131.9º 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 #68DC7F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 127 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.14 |
| HSL | 131.9º | 0.62% | 0.64% | - |
| HSV(B) | 131.9º | 0.53% | 0.86% | - |
| XYZ | 35.13 | 55.66 | 28.97 | - |
| YUV | 174.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 127 | 0.53 | 0 | 0.42 | 0.14 | 131.9 | 0.62 | 0.64 |
| Hex | 68 | DC | 7F | 35 | 0 | 2A | E | 84 | 3E | 40 |
| Octal | 150 | 334 | 177 | 65 | 0 | 52 | 16 | 204 | 76 | 100 |
| Binary | 1101000 | 11011100 | 1111111 | 110101 | 0 | 101010 | 1110 | 10000100 | 111110 | 1000000 |
Color Harmonies of #68DC7F
Complementary color
Monochromatic Colors of #68DC7F
Black with #68DC7F
Text Example
Text Example
White with #68DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC7F; }
p { color: rgb(104,220,127); }
H1.HeaderClassName
{
color: #68DC7F;
}
.AnyTagClassName
{
color: #68DC7F;
}
</style>
background-color css
<style>
a { background-color: #68DC7F; }
a { background-color: rgb(104,220,127); }
div.DivClassName
{
background-color: #68DC7F;
}
.BgClassName
{
background-color: #68DC7F;
}
</style>
border-color css
<style>
span { border-color: #68DC7F; }
span { border-color: rgb(104,220,127); }
td.TdClassName
{
border-color: #68DC7F;
}
.TagClassName
{
border-color: #68DC7F;
}
</style>