Shades of Pastel Green #68D57C
Tints of Pastel Green #68D57C
RGB
CMYK
RGB Variations
Color information
#68D57C (or 0x68D57C) is known color: Pastel Green. HEX triplet: 68, D5 and 7C. RGB value is (104,213,124). Sum of RGB (Red+Green+Blue) = 104+213+124=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #68D57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D57C is #972A83. Grayscale: #AAAAAA. Windows color (decimal): -9906820 or 8181096. OLE color: 8181096.
HSL color Cylindrical-coordinate representation of color #68D57C: hue angle of 131.01º 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 #68D57C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 124 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.16 |
| HSL | 131.01º | 0.56% | 0.62% | - |
| HSV(B) | 131.01º | 0.51% | 0.84% | - |
| XYZ | 33.14 | 51.99 | 27.36 | - |
| YUV | 170.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 124 | 0.51 | 0 | 0.42 | 0.16 | 131.01 | 0.56 | 0.62 |
| Hex | 68 | D5 | 7C | 33 | 0 | 2A | 10 | 83 | 38 | 3E |
| Octal | 150 | 325 | 174 | 63 | 0 | 52 | 20 | 203 | 70 | 76 |
| Binary | 1101000 | 11010101 | 1111100 | 110011 | 0 | 101010 | 10000 | 10000011 | 111000 | 111110 |
Color Harmonies of #68D57C
Complementary color
Monochromatic Colors of #68D57C
Black with #68D57C
Text Example
Text Example
White with #68D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D57C; }
p { color: rgb(104,213,124); }
H1.HeaderClassName
{
color: #68D57C;
}
.AnyTagClassName
{
color: #68D57C;
}
</style>
background-color css
<style>
a { background-color: #68D57C; }
a { background-color: rgb(104,213,124); }
div.DivClassName
{
background-color: #68D57C;
}
.BgClassName
{
background-color: #68D57C;
}
</style>
border-color css
<style>
span { border-color: #68D57C; }
span { border-color: rgb(104,213,124); }
td.TdClassName
{
border-color: #68D57C;
}
.TagClassName
{
border-color: #68D57C;
}
</style>