Shades of Pastel Green #68D576
Tints of Pastel Green #68D576
RGB
CMYK
RGB Variations
Color information
#68D576 (or 0x68D576) is known color: Pastel Green. HEX triplet: 68, D5 and 76. RGB value is (104,213,118). Sum of RGB (Red+Green+Blue) = 104+213+118=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #68D576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D576 is #972A89. Grayscale: #A9A9A9. Windows color (decimal): -9906826 or 7787880. OLE color: 7787880.
HSL color Cylindrical-coordinate representation of color #68D576: hue angle of 127.71º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D576 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 118 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.16 |
| HSL | 127.71º | 0.56% | 0.62% | - |
| HSV(B) | 127.71º | 0.51% | 0.84% | - |
| XYZ | 32.77 | 51.84 | 25.42 | - |
| YUV | 169.58 | 98.89 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 118 | 0.51 | 0 | 0.45 | 0.16 | 127.71 | 0.56 | 0.62 |
| Hex | 68 | D5 | 76 | 33 | 0 | 2D | 10 | 80 | 38 | 3E |
| Octal | 150 | 325 | 166 | 63 | 0 | 55 | 20 | 200 | 70 | 76 |
| Binary | 1101000 | 11010101 | 1110110 | 110011 | 0 | 101101 | 10000 | 10000000 | 111000 | 111110 |
Color Harmonies of #68D576
Complementary color
Monochromatic Colors of #68D576
Black with #68D576
Text Example
Text Example
White with #68D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D576; }
p { color: rgb(104,213,118); }
H1.HeaderClassName
{
color: #68D576;
}
.AnyTagClassName
{
color: #68D576;
}
</style>
background-color css
<style>
a { background-color: #68D576; }
a { background-color: rgb(104,213,118); }
div.DivClassName
{
background-color: #68D576;
}
.BgClassName
{
background-color: #68D576;
}
</style>
border-color css
<style>
span { border-color: #68D576; }
span { border-color: rgb(104,213,118); }
td.TdClassName
{
border-color: #68D576;
}
.TagClassName
{
border-color: #68D576;
}
</style>