Shades of Pastel Green #68D966
Tints of Pastel Green #68D966
RGB
CMYK
RGB Variations
Color information
#68D966 (or 0x68D966) is known color: Pastel Green. HEX triplet: 68, D9 and 66. RGB value is (104,217,102). Sum of RGB (Red+Green+Blue) = 104+217+102=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #68D966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D966 is #972699. Grayscale: #AAAAAA. Windows color (decimal): -9905818 or 6740328. OLE color: 6740328.
HSL color Cylindrical-coordinate representation of color #68D966: hue angle of 118.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D966 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 102 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.15 |
| HSL | 118.96º | 0.6% | 0.63% | - |
| HSV(B) | 118.96º | 0.53% | 0.85% | - |
| XYZ | 32.92 | 53.53 | 21.17 | - |
| YUV | 170.1 | 89.56 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 102 | 0.52 | 0 | 0.53 | 0.15 | 118.96 | 0.6 | 0.63 |
| Hex | 68 | D9 | 66 | 34 | 0 | 35 | F | 77 | 3C | 3F |
| Octal | 150 | 331 | 146 | 64 | 0 | 65 | 17 | 167 | 74 | 77 |
| Binary | 1101000 | 11011001 | 1100110 | 110100 | 0 | 110101 | 1111 | 1110111 | 111100 | 111111 |
Color Harmonies of #68D966
Complementary color
Monochromatic Colors of #68D966
Black with #68D966
Text Example
Text Example
White with #68D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D966; }
p { color: rgb(104,217,102); }
H1.HeaderClassName
{
color: #68D966;
}
.AnyTagClassName
{
color: #68D966;
}
</style>
background-color css
<style>
a { background-color: #68D966; }
a { background-color: rgb(104,217,102); }
div.DivClassName
{
background-color: #68D966;
}
.BgClassName
{
background-color: #68D966;
}
</style>
border-color css
<style>
span { border-color: #68D966; }
span { border-color: rgb(104,217,102); }
td.TdClassName
{
border-color: #68D966;
}
.TagClassName
{
border-color: #68D966;
}
</style>