Shades of Pastel Green #68D376
Tints of Pastel Green #68D376
RGB
CMYK
RGB Variations
Color information
#68D376 (or 0x68D376) is known color: Pastel Green. HEX triplet: 68, D3 and 76. RGB value is (104,211,118). Sum of RGB (Red+Green+Blue) = 104+211+118=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #68D376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D376 is #972C89. Grayscale: #A8A8A8. Windows color (decimal): -9907338 or 7787368. OLE color: 7787368.
HSL color Cylindrical-coordinate representation of color #68D376: hue angle of 127.85º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D376 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 118 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.17 |
| HSL | 127.85º | 0.55% | 0.62% | - |
| HSV(B) | 127.85º | 0.51% | 0.83% | - |
| XYZ | 32.27 | 50.84 | 25.25 | - |
| YUV | 168.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 118 | 0.51 | 0 | 0.44 | 0.17 | 127.85 | 0.55 | 0.62 |
| Hex | 68 | D3 | 76 | 33 | 0 | 2C | 11 | 80 | 37 | 3E |
| Octal | 150 | 323 | 166 | 63 | 0 | 54 | 21 | 200 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1110110 | 110011 | 0 | 101100 | 10001 | 10000000 | 110111 | 111110 |
Color Harmonies of #68D376
Complementary color
Monochromatic Colors of #68D376
Black with #68D376
Text Example
Text Example
White with #68D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D376; }
p { color: rgb(104,211,118); }
H1.HeaderClassName
{
color: #68D376;
}
.AnyTagClassName
{
color: #68D376;
}
</style>
background-color css
<style>
a { background-color: #68D376; }
a { background-color: rgb(104,211,118); }
div.DivClassName
{
background-color: #68D376;
}
.BgClassName
{
background-color: #68D376;
}
</style>
border-color css
<style>
span { border-color: #68D376; }
span { border-color: rgb(104,211,118); }
td.TdClassName
{
border-color: #68D376;
}
.TagClassName
{
border-color: #68D376;
}
</style>